From 6d5af817803d708413bcb59b8d003dcaf1577c16 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 5 Nov 2021 16:08:36 +0100 Subject: [PATCH] bug url intelligentes --- 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 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