From f8687b857e6c14d6bd5c01decb6eefe22c47d17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Tue, 14 Jun 2022 10:43:56 +0200 Subject: [PATCH] =?UTF-8?q?<1505=20bug=20cookie=20sur=20url=20compl=C3=A8t?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index d91451aa..7a3506b2 100644 --- a/core/core.php +++ b/core/core.php @@ -1295,7 +1295,7 @@ class common { $item .= '

'. $this->getData(['locale', 'cookies', 'titleLabel']) . '

'; $item .= '

' . $this->getData(['locale', 'cookies', 'mainLabel']) . '

'; // Formulaire de réponse - $item .= '
'; + $item .= ''; $analytics = $this->getData(['config', 'seo', 'analyticsId']); $stateCookieGA = $this->getInput('ZWII_COOKIE_GA_CONSENT') === 'true' ? 'checked="checked"' : ''; if( $analytics !== null AND $analytics !== '' ) {