diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 88bfb40b..1f768b26 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -842,8 +842,11 @@ if ($this->getData(['core', 'dataVersion']) < 11300) { } // Version 12.0.00 -if ($this->getData(['core', 'dataVersion']) < 11200) { +if ($this->getData(['core', 'dataVersion']) < 12000) { + + // Effacer le dossier + $this->removeDir('core/module/addon'); // Mise à jour - $this->setData(['core', 'dataVersion', 11200]); + $this->setData(['core', 'dataVersion', 12000]); }