Bug page de connexion

This commit is contained in:
fredtempez 2021-03-30 19:39:46 +02:00
parent 88b716a448
commit 05920a3171
1 changed files with 2 additions and 4 deletions

View File

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