From ca5e16d729cfdc0f465d64bf9f8040f8f89347c7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 16 Feb 2021 14:31:25 +0100 Subject: [PATCH] =?UTF-8?q?D=C3=A9claration=20supprim=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/addon/addon.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/module/addon/addon.php b/core/module/addon/addon.php index 506429f9..c7ba9900 100644 --- a/core/module/addon/addon.php +++ b/core/module/addon/addon.php @@ -71,7 +71,6 @@ class addon extends common { // Clés moduleIds dans les pages $inPages = helper::arrayCollumn($this->getData(['page']),'moduleId', 'SORT_DESC'); - $inPagesTitle = []; foreach( $inPages as $key=>$value){ $inPagesTitle[ $this->getData(['page', $key, 'title' ]) ] = $value; }