diff --git a/core/module/install/install.php b/core/module/install/install.php index 7762cfb1..c5d99420 100755 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -188,8 +188,9 @@ class install extends common { // Configuration case 4: $success = true; + $rewrite = $this->getInput('data'); // Réécriture d'URL - if ($this->getInput('data') === 1) { + if ($rewrite === "true") { $success = (file_put_contents( '.htaccess', PHP_EOL .