diff --git a/core/module/config/config.php b/core/module/config/config.php index 9b529921..fc5b4ba2 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -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