bug url intelligentes

This commit is contained in:
Fred Tempez 2021-11-05 16:08:36 +01:00
parent bd2fd89c4f
commit 6d5af81780
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ class config extends common {
// Notice
if(self::$inputNotices === []) {
// Active la réécriture d'URL
$rewrite = $this->getInput('rewrite', helper::FILTER_BOOLEAN);
$rewrite = $this->getInput('configRewrite', helper::FILTER_BOOLEAN);
if(
$rewrite
AND helper::checkRewrite() === false