From c3495cbc6d109a5ff78709a241f53d47b7048be8 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 16 Apr 2022 14:36:37 +0200 Subject: [PATCH] Message site map supp commentaires --- core/module/config/config.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index 7872ccc9..55d6a01a 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -206,12 +206,10 @@ class config extends common { public function siteMap() { // Mettre à jour le site map - $successSitemap=$this->createSitemap(); + $successSitemap = $this->createSitemap(); // Valeurs en sortie $this->addOutput([ - /*'title' => 'Configuration', - 'view' => 'index',*/ 'redirect' => helper::baseUrl() . 'config', 'notification' => $successSitemap ? 'La carte du site a été mise à jour' : 'Echec d\'écriture, la carte du site n\'a pas été mise à jour', 'state' => $successSitemap