From 8a11ef81181ec3bc36721d2eb843a0238ce2ac26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Thu, 25 Nov 2021 11:06:07 +0100 Subject: [PATCH] Traitement cookieConsent --- core/module/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index b879de17..3ef582d9 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -448,7 +448,6 @@ class config extends common { 'favicon' => $this->getInput('configFavicon'), 'faviconDark' => $this->getInput('configFaviconDark'), 'timezone' => $this->getInput('configTimezone', helper::FILTER_STRING_SHORT, true), - 'cookieConsent' => $this->getInput('configCookieConsent', helper::FILTER_BOOLEAN), 'autoUpdate' => $this->getInput('configAutoUpdate', helper::FILTER_BOOLEAN), 'autoUpdateHtaccess' => $this->getInput('configAutoUpdateHtaccess', helper::FILTER_BOOLEAN), 'autoBackup' => $this->getInput('configAutoBackup', helper::FILTER_BOOLEAN), @@ -505,6 +504,7 @@ class config extends common { 'pt' => $this->getData(['config', 'i18n', 'pt']) ], 'cookies' => [ + 'cookieConsent' => $this->getInput('configCookieConsent', helper::FILTER_BOOLEAN), 'cookiesZwiiText' => $this->getInput('connectCookiesZwiiText', helper::FILTER_STRING_LONG), 'cookiesGaText' => $this->getInput('connectCookiesGaText', helper::FILTER_STRING_LONG), 'cookiesTitleText' => $this->getInput('connectCookiesTitleText', helper::FILTER_STRING_SHORT),