forked from ZwiiCMS-Team/ZwiiCMS
Theme recharge de la page après import à revoir
This commit is contained in:
parent
993fa80624
commit
22ef9b519e
@ -652,7 +652,9 @@ class theme extends common {
|
||||
|
||||
$zipFilename = $this->getInput('themeManageImport', helper::FILTER_STRING_SHORT, true);
|
||||
$data = $this->import(self::FILE_DIR.'source/' . $zipFilename);
|
||||
|
||||
if ($data['success']) {
|
||||
header("Refresh:0");
|
||||
}
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'notification' => $data['notification'],
|
||||
@ -710,6 +712,7 @@ class theme extends common {
|
||||
// traitement de l'erreur
|
||||
$notification = $success ? 'Le thème a été importé' : 'Erreur lors de l\'extraction, vérifiez les permissions.';
|
||||
|
||||
|
||||
} else {
|
||||
// pas une archive de thème
|
||||
$success = false;
|
||||
|
Loading…
Reference in New Issue
Block a user