From bb779bdb974880ad9086a18011eab40b989d25c4 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Wed, 29 Mar 2023 10:20:40 +0200 Subject: [PATCH] =?UTF-8?q?Stocker=20num=C3=A9ro=20de=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/include/update.inc.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 02c5cc8c..e61cf57c 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -963,4 +963,9 @@ if ($this->getData(['core', 'dataVersion']) < 12400) { unlink('core/module/install/ressource/i18n/pt_PT.json'); if (file_exists('core/module/install/ressource/i18n/gr_GR.json')) unlink('core/module/install/ressource/i18n/gr_GR.json'); -} \ No newline at end of file +} + + + // Mise à jour + $this->setData(['core', 'dataVersion', 12400]); +}