forked from ZwiiCMS-Team/ZwiiCMS
Merge branch '10600' into 11000
This commit is contained in:
commit
33b4337d0b
@ -422,7 +422,6 @@ class config extends common {
|
|||||||
public function advanced() {
|
public function advanced() {
|
||||||
// Soumission du formulaire
|
// Soumission du formulaire
|
||||||
if($this->isPost()) {
|
if($this->isPost()) {
|
||||||
$success = true;
|
|
||||||
// Basculement en mise à jour auto
|
// Basculement en mise à jour auto
|
||||||
// Remise à 0 du compteur
|
// Remise à 0 du compteur
|
||||||
if ($this->getData(['config','autoUpdate']) === false &&
|
if ($this->getData(['config','autoUpdate']) === false &&
|
||||||
@ -534,11 +533,10 @@ class config extends common {
|
|||||||
// Générer robots.txt et sitemap
|
// Générer robots.txt et sitemap
|
||||||
$this->generateFiles();
|
$this->generateFiles();
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
$notification = $notification . 'Modifications enregistrées';
|
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'redirect' => helper::baseUrl() . $this->getUrl(),
|
'redirect' => helper::baseUrl() . $this->getUrl(),
|
||||||
'notification' => $notification,
|
'notification' => 'Modifications enregistrées',
|
||||||
'state' => $success
|
'state' => true
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
// Valeurs en sortie
|
// Valeurs en sortie
|
||||||
|
Loading…
Reference in New Issue
Block a user