Rafraichissement sans message

This commit is contained in:
fredtempez 2021-11-22 09:48:54 +01:00
parent 48166813fe
commit fbdf44daa5
1 changed files with 8 additions and 7 deletions

View File

@ -654,14 +654,15 @@ class theme extends common {
$data = $this->import(self::FILE_DIR.'source/' . $zipFilename);
if ($data['success']) {
header("Refresh:0");
} else {
// Valeurs en sortie
$this->addOutput([
'notification' => $data['notification'],
'state' => $data['success'],
'title' => 'Gestion des thèmes',
'view' => 'manage'
]);;
}
// Valeurs en sortie
$this->addOutput([
'notification' => $data['notification'],
'state' => $data['success'],
'title' => 'Gestion des thèmes',
'view' => 'manage'
]);;
}
// Valeurs en sortie
$this->addOutput([