From 314db3505c331ef6f6562a87aca1286e74d64185 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 12 Apr 2023 21:54:07 +0200 Subject: [PATCH] 12308 install par session --- core/module/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 61ca1e5c..cad6a80d 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -60,7 +60,7 @@ class install extends common // Valeurs en sortie $this->addOutput([ - 'redirect' => helper::baseUrl() . 'install/postinstall/' . $lang + 'redirect' => helper::baseUrl() . 'install/postinstall' ]); } @@ -99,7 +99,7 @@ class install extends common $success = true; // Validation de la langue transmise - self::$i18nUI = $this->getUrl(2); + self::$i18nUI = $_SESSION['ZWII_UI']; self::$i18nUI = array_key_exists(self::$i18nUI, self::$languages) ? self::$i18nUI : 'fr_FR'; // par défaut le contenu est la langue d'installation