From 867ce6569c8ead42be10ad91554d2fe5459fa065 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Tue, 17 Dec 2019 09:34:53 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.16]=20d=C3=A9claration=20de=20variable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core.php b/core/core.php index a9492063..760e1471 100644 --- a/core/core.php +++ b/core/core.php @@ -981,6 +981,8 @@ class common { // Préparation des clés de légendes pour la v10 // Construire une liste plate de parents et d'enfants + + $pageList = array(); foreach ($this->getHierarchy(null,null,null) as $parentKey=>$parentValue) { $pageList [] = $parentKey;