Appel automatique des initCSS lors de la mise à jour vers 10600
This commit is contained in:
parent
55c921025a
commit
43da5f03db
@ -1599,12 +1599,12 @@ class common {
|
||||
$pageList [] = $childKey;
|
||||
}
|
||||
}
|
||||
// Parcourir pageList et rechercher les modules au CSS autonome
|
||||
// Parcourir pageList et rechercher les modules au CSS autonomes
|
||||
foreach ($pageList as $parentKey => $parent) {
|
||||
// Module search
|
||||
echo $parent;
|
||||
if (
|
||||
$this->getData(['page',$parent,'moduleId']) === 'search'
|
||||
|| $this->getData(['page',$parent,'moduleId']) === 'gallery'
|
||||
|| $this->getData(['page',$parent,'moduleId']) === 'news'
|
||||
){
|
||||
if(class_exists($parent)) {
|
||||
$module = new $moduleId;
|
||||
@ -1614,8 +1614,7 @@ class common {
|
||||
}
|
||||
|
||||
}
|
||||
die();
|
||||
//$this->setData(['core', 'dataVersion', 10600]);
|
||||
$this->setData(['core', 'dataVersion', 10600]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user