From 16997b964811d132b823281d9d5ab20dcf9a5de7 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 18 Apr 2022 14:55:26 +0200 Subject: [PATCH] state success sitemap --- core/module/config/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/module/config/config.php b/core/module/config/config.php index 3e93ecb1..92ac7a09 100644 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -210,7 +210,8 @@ class config extends common { // Valeurs en sortie $this->addOutput([ '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' + '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 ]); }