diff --git a/core/module/i18n/i18n.php b/core/module/i18n/i18n.php index ade714dc..84d6a15a 100644 --- a/core/module/i18n/i18n.php +++ b/core/module/i18n/i18n.php @@ -147,7 +147,6 @@ class i18n extends common { // Valeurs en sortie sans post $this->addOutput([ 'redirect' => helper::baseUrl(false), - 'notification' => 'Langue modifiée', 'state' => true ]); } else { @@ -155,7 +154,5 @@ class i18n extends common { 'redirect' => helper::baseUrl(false) ]); } - - } } \ No newline at end of file