From 24e7c84824b4ee433018d80c2c9bcdee8c92517e Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 8 Jul 2020 08:24:50 +0200 Subject: [PATCH] =?UTF-8?q?10.2.03=20id=20dupliqu=C3=A9s=20dans=20le=20men?= =?UTF-8?q?u?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core.php b/core/core.php index 9f11f47a..b015df91 100755 --- 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.2.02'; + const ZWII_VERSION = '10.2.03'; const ZWII_UPDATE_CHANNEL = "v10"; public static $actions = []; @@ -2265,9 +2265,9 @@ class layout extends common { if ( $this->getData(['page',$parentPageId,'disable']) === true AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') ) - {$items .= ''; + {$items .= ''; } else { - $items .= ''; + $items .= ''; } switch ($this->getData(['page', $parentPageId, 'typeMenu'])) { @@ -2319,9 +2319,9 @@ class layout extends common { $items .= '
  • '; if ( $this->getData(['page',$childKey,'disable']) === true AND $this->getUser('password') !== $this->getInput('ZWII_USER_PASSWORD') ) { - $items .= ''; + $items .= ''; } else { - $items .= ''; + $items .= ''; } switch ($this->getData(['page', $childKey, 'typeMenu'])) {