From 08fd9894c6216072957ae189764e125f7049ee39 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 21 Apr 2023 17:25:24 +0200 Subject: [PATCH] =?UTF-8?q?12308=20bug=20de=20la=20langue=20non=20s=C3=A9l?= =?UTF-8?q?ectionn=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/module/install/install.php b/core/module/install/install.php index 35133147..f1efab6b 100644 --- a/core/module/install/install.php +++ b/core/module/install/install.php @@ -153,7 +153,7 @@ class install extends common // Création du dossier de langue avec le marqueur de langue par défaut if (!is_dir(self::DATA_DIR . self::$i18nContent)) { mkdir(self::DATA_DIR . self::$i18nContent); - touch(self::DATA_DIR . self::$i18nContent . '/.dafault'); + touch(self::DATA_DIR . self::$i18nContent . '/.default'); } // Installation du site de test