From a8e38eac4352b48a1f13a10c0b89922bef11f5b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 29 Jun 2010 05:35:57 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20sur=20Galerie=20(n'utilisait=20pas?= =?UTF-8?q?=20le=20bon=20param=C3=A8tre=20de=20fonction).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/galerie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/galerie.php b/types/galerie.php index a7d3e0a..0783ebf 100644 --- a/types/galerie.php +++ b/types/galerie.php @@ -12,7 +12,7 @@ class Galerie extends Page { } $ret .= ''; - if ($edition) { + if ($nom_vue == "edition") { $ret .= 'Nouvelle période.'; }