Déclaration supprimée

This commit is contained in:
fredtempez 2021-02-16 14:31:25 +01:00
parent 9dabff9d74
commit ca5e16d729
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}