ajoute des espaces
This commit is contained in:
parent
96ba0ed3e5
commit
fa43ddb202
@ -835,6 +835,8 @@ if ($this->getData(['core', 'dataVersion']) < 11400) {
|
|||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 11400]);
|
$this->setData(['core', 'dataVersion', 11400]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Version 11.5.06
|
// Version 11.5.06
|
||||||
if ($this->getData(['core', 'dataVersion']) < 11506) {
|
if ($this->getData(['core', 'dataVersion']) < 11506) {
|
||||||
|
|
||||||
@ -846,6 +848,8 @@ if ($this->getData(['core', 'dataVersion']) < 11506) {
|
|||||||
// Mise à jour
|
// Mise à jour
|
||||||
$this->setData(['core', 'dataVersion', 11506]);
|
$this->setData(['core', 'dataVersion', 11506]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Version 12.0.00
|
// Version 12.0.00
|
||||||
if ($this->getData(['core', 'dataVersion']) < 12000) {
|
if ($this->getData(['core', 'dataVersion']) < 12000) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user