Stocker numéro de version

This commit is contained in:
Fred Tempez 2023-03-29 10:20:40 +02:00
parent dbd9d2bf34
commit bb779bdb97
1 changed files with 6 additions and 1 deletions

View File

@ -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');
}
}
// Mise à jour
$this->setData(['core', 'dataVersion', 12400]);
}