From c3ab04ee79d1c03c10f14430d1006c097f465755 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 26 Sep 2020 10:02:03 +0200 Subject: [PATCH] fix connect link --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 3c471a1d..c4bc99a9 100644 --- a/core/core.php +++ b/core/core.php @@ -39,7 +39,7 @@ class common { const ACCESS_TIMER = 1800; // Numéro de version - const ZWII_VERSION = '10.3.00'; + const ZWII_VERSION = '10.3.01'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; @@ -2204,7 +2204,7 @@ class layout extends common { $items .= ''; // Affichage du module de recherche $items .= 'getData(['theme','footer','displaySearch']) === false ? ' class="displayNone"' : '>'; + $items .= $this->getData(['theme','footer','displaySearch']) === false ? ' class="displayNone" >' : '>'; if ($this->getData(['config','searchPageId']) !== 'none') { $items .= ' | Recherche'; }