From 65c85a22cd7e5d2afb7f58185bb383554629c1fe Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 21 Nov 2019 22:50:16 +0100 Subject: [PATCH] [9.2.11] correction de filtre --- 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 9d1ff8b6..09fc87b6 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -291,7 +291,7 @@ class config extends common { 'title' => $this->getInput('configTitle', helper::FILTER_STRING_SHORT, true), 'itemsperPage' => $this->getInput('itemsperPage', helper::FILTER_INT,true), 'legalPageId' => $this->getInput('configLegalPageId'), - 'autoUpdate' => $this->getInput('configAutoUpdate') + 'autoUpdate' => $this->getInput('configAutoUpdate', helper::FILTER_BOOLEAN) ] ]); if(self::$inputNotices === []) {