forked from ZwiiCMS-Team/ZwiiCMS
Gallery : modif theme notification + espace en trop
This commit is contained in:
parent
64641b2417
commit
6f3e81f7ce
@ -655,8 +655,8 @@ class gallery extends common {
|
|||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'redirect' => helper::baseUrl() . $this->getUrl() . '/theme',
|
'redirect' => helper::baseUrl() . $this->getUrl() . '/theme',
|
||||||
'notification' => $success ? 'Modifications enregistrées' : 'Modifications non enregistées !',
|
'notification' => $success !== FALSE ? 'Modifications enregistrées' : 'Modifications non enregistées !',
|
||||||
'state' => $success
|
'state' => $success !== FALSE
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
|
Loading…
Reference in New Issue
Block a user