From a8635a1b4547d4e4b2c848e73ef129c746cdddc0 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Tue, 20 Jun 2023 17:43:03 +0200 Subject: [PATCH] La validation des options du blog ferme les options --- module/blog/blog.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/blog/blog.php b/module/blog/blog.php index c607e871..82116cce 100755 --- a/module/blog/blog.php +++ b/module/blog/blog.php @@ -574,7 +574,7 @@ class blog extends common ]); // Valeurs en sortie $this->addOutput([ - 'redirect' => helper::baseUrl() . $this->getUrl(0) . '/option', + 'redirect' => helper::baseUrl() . $this->getUrl(0) . '/config', 'notification' => helper::translate('Modifications enregistrées'), 'state' => true ]);