From 7fdcbee5c269cb9082d28d497702edb7243a4ecb Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Wed, 27 Jan 2010 17:17:57 +0000
Subject: [PATCH] =?UTF-8?q?Rentrer=20dans=20le=20d=C3=A9busqueur=20m=C3=AA?=
 =?UTF-8?q?me=20quand=20la=20page=20est=20vide.=20Le=20pi=C3=A8ge=20classi?=
 =?UTF-8?q?que=20de=20PHP.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/public.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecrire/public.php b/ecrire/public.php
index 735b8afd17..fabc50b37c 100644
--- a/ecrire/public.php
+++ b/ecrire/public.php
@@ -148,11 +148,11 @@ if (isset($GLOBALS['_INC_PUBLIC'])) {
 	// type tableau pour y mettre des choses au besoin.
 	$debug = ((_request('var_mode') == 'debug') OR $tableau_des_temps) ? array(1) : array();
 
-	$affiche_boutons_admin = (
+	$affiche_boutons_admin = ((
 		isset($_COOKIE['spip_admin'])
 		AND !$flag_preserver
 		AND $html
-	) OR $debug;
+				   ) OR $debug);
 
 	if ($affiche_boutons_admin)
 		include_spip('balise/formulaire_admin');
-- 
GitLab