Bug affectation checkwrite
This commit is contained in:
parent
a5018c438b
commit
87c5ba2024
@ -401,7 +401,7 @@ class install extends common
|
|||||||
*/
|
*/
|
||||||
// Recopie htaccess
|
// Recopie htaccess
|
||||||
if (
|
if (
|
||||||
$this->getData(['config', 'autoUpdateHtaccess'])
|
$this->getData(['config', 'autoUpdateHtaccess']) === true
|
||||||
) {
|
) {
|
||||||
// L'écraser avec le backup
|
// L'écraser avec le backup
|
||||||
$success = copy('.htaccess.bak', '.htaccess');
|
$success = copy('.htaccess.bak', '.htaccess');
|
||||||
@ -436,7 +436,7 @@ class install extends common
|
|||||||
// La réécriture n'est pas installée, il faut la désactiver
|
// La réécriture n'est pas installée, il faut la désactiver
|
||||||
helper::$rewriteStatus = false;
|
helper::$rewriteStatus = false;
|
||||||
} else {
|
} else {
|
||||||
$success === true; // file_put_content retourne un int si non false
|
$success = true; // file_put_content retourne un int si non false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user