[9.2.11] correction de filtre

This commit is contained in:
fredtempez 2019-11-21 22:50:16 +01:00
parent 7cbeb69bbe
commit 65c85a22cd
1 changed files with 1 additions and 1 deletions

View File

@ -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 === []) {