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]); +}