ajoute des espaces

This commit is contained in:
Fred Tempez 2022-08-08 10:09:06 +02:00
parent 96ba0ed3e5
commit fa43ddb202
1 changed files with 4 additions and 0 deletions

View File

@ -835,6 +835,8 @@ if ($this->getData(['core', 'dataVersion']) < 11400) {
// Mise à jour
$this->setData(['core', 'dataVersion', 11400]);
}
// Version 11.5.06
if ($this->getData(['core', 'dataVersion']) < 11506) {
@ -846,6 +848,8 @@ if ($this->getData(['core', 'dataVersion']) < 11506) {
// Mise à jour
$this->setData(['core', 'dataVersion', 11506]);
}
// Version 12.0.00
if ($this->getData(['core', 'dataVersion']) < 12000) {