Déclaration supprimée
This commit is contained in:
parent
9dabff9d74
commit
ca5e16d729
@ -71,7 +71,6 @@ class addon extends common {
|
|||||||
|
|
||||||
// Clés moduleIds dans les pages
|
// Clés moduleIds dans les pages
|
||||||
$inPages = helper::arrayCollumn($this->getData(['page']),'moduleId', 'SORT_DESC');
|
$inPages = helper::arrayCollumn($this->getData(['page']),'moduleId', 'SORT_DESC');
|
||||||
$inPagesTitle = [];
|
|
||||||
foreach( $inPages as $key=>$value){
|
foreach( $inPages as $key=>$value){
|
||||||
$inPagesTitle[ $this->getData(['page', $key, 'title' ]) ] = $value;
|
$inPagesTitle[ $this->getData(['page', $key, 'title' ]) ] = $value;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user