From 82f40008f94f797a9012a5fbc9eb85f639aa526b Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 5 Nov 2019 13:32:39 +0100 Subject: [PATCH] =?UTF-8?q?[10.0.71.dev]=20Balise=20mal=20ferm=C3=A9e=20!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 4d0612fd..ff21f1bc 100644 --- a/core/core.php +++ b/core/core.php @@ -31,7 +31,7 @@ class common { const TEMP_DIR = 'site/tmp/'; // Numéro de version - const ZWII_VERSION = '10.0.70.dev'; + const ZWII_VERSION = '10.0.71.dev'; public static $actions = []; public static $coreModuleIds = [ @@ -493,7 +493,7 @@ class common { } } } - // Aucune homePage, définir la première page et boucler + // Aucune homePage, définir la première page et boucle $this->setData(['page',current(array_keyS ($this->getHierarchy(null, true, false))),'homePageId',true]); $this->getHomePageId(); }