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 ]);