forked from ZwiiCMS-Team/ZwiiCampus
Fix mauvais message fonte en ligne
This commit is contained in:
parent
47c24d65f7
commit
f2793d613d
@ -718,6 +718,9 @@ class theme extends common
|
||||
$this->deleteData(['font', $type, $fontId]);
|
||||
}
|
||||
|
||||
// Paramètres de la sortie vrai par défaut, c'est une fonte en ligne
|
||||
$success = true;
|
||||
|
||||
// Copier la fonte si le nom du fichier est fourni
|
||||
$success = false;
|
||||
if (!is_dir(self::DATA_DIR . 'font/')) {
|
||||
@ -744,7 +747,7 @@ class theme extends common
|
||||
|
||||
// Valeurs en sortie
|
||||
$this->addOutput([
|
||||
'notification' => $success ? helper::translate('Fonte actualisée') : helper::translate('Erreur de copie'),
|
||||
'notification' => $success ? helper::translate('Fonte actualisée') : helper::translate('Fonte non créée, ressource absente !'),
|
||||
'redirect' => helper::baseUrl() . 'theme/font',
|
||||
'state' => $success
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user