From 2a840251bc974acba871fa55781108b80ab91169 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 3 Oct 2022 09:12:19 +0200 Subject: [PATCH] Bug constante --- core/include/update.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index c2a5f9be..e1385870 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -914,8 +914,8 @@ if ($this->getData(['core', 'dataVersion']) < 12000) { unlink('core/vendor/i18n/translation.js'); } // Copier les fichiers de l'interface - if (!is_dir(self::$I18N_DIR)) { - // Créer le dossier + if (!is_dir(self::I18N_DIR)) { + // Créer le d$ossier $this->copyDir('core/module/install/ressource/i18n', self::I18N_DIR); } // Langue de l'interface