diff --git a/core/module/config/config.php b/core/module/config/config.php index 76de2cc9..55569f7d 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -209,11 +209,8 @@ class config extends common { // Valeurs en sortie $this->addOutput([ - /*'title' => 'Configuration', - 'view' => 'index',*/ 'redirect' => helper::baseUrl() . 'config', - 'notification' => $successSitemap ? 'Mises à jour des fichiers sitemap etsiteMaps.txt' : 'Echec d\'écriture, le site map n\'a pas été mis à jour', - 'state' => $successSitemap + 'notification' => $successSitemap ? 'La carte du site a été mise à jour' : 'Echec d\'écriture, la carte du site n\'a pas été mise à jour' ]); }