From b6e73f0effa3726a2607ea99b19a4b47670651bf Mon Sep 17 00:00:00 2001 From: Matthieu Marcillaud Date: Tue, 17 Sep 2019 18:18:06 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20#4381=20:=20coquille=20de=20priorit=C3=A9?= =?UTF-8?q?s=20d=E2=80=99op=C3=A9rateurs=20sur=20un=20test=20(=C3=89quipem?= =?UTF-8?q?ent).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc/acces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecrire/inc/acces.php b/ecrire/inc/acces.php index 084e74388d..bc493e5cf4 100644 --- a/ecrire/inc/acces.php +++ b/ecrire/inc/acces.php @@ -415,7 +415,7 @@ function verifier_htaccess($rep, $force = false) { function gerer_htaccess() { // Cette variable de configuration peut etre posee par un plugin // par exemple acces_restreint - $f = isset($GLOBALS['meta']['creer_htaccess']) and ($GLOBALS['meta']['creer_htaccess'] === 'oui'); + $f = (isset($GLOBALS['meta']['creer_htaccess']) and ($GLOBALS['meta']['creer_htaccess'] === 'oui')); $dirs = sql_allfetsel('extension', 'spip_types_documents'); $dirs[] = array('extension' => 'distant'); foreach ($dirs as $e) {