Merge branch '11000' into NewsColumn

This commit is contained in:
fredtempez 2021-03-30 19:40:10 +02:00
commit 9c9c95653c
1 changed files with 2 additions and 4 deletions

View File

@ -2101,7 +2101,6 @@ class core extends common {
$moduleId = $this->getUrl(0);
$pageContent = '';
}
// Check l'existence du module
if(class_exists($moduleId)) {
/** @var common $module */
@ -2173,7 +2172,7 @@ class core extends common {
// Affichage
if($output['display']) {
$this->addOutput([
'display' =>self::DISPLAY_LAYOUT_MAIN
'display' => $output['display']
]);
}
// Contenu brut
@ -2355,7 +2354,6 @@ class core extends common {
]);
}
}
switch($this->output['display']) {
// Layout brut
case self::DISPLAY_RAW: