This commit is contained in:
Fred Tempez 2020-11-21 12:39:02 +01:00
parent 226b4e03df
commit b0491002e8
1 changed files with 6 additions and 6 deletions

View File

@ -1492,12 +1492,12 @@ class common {
} }
} }
$this->setData(['core', 'dataVersion', 10306]); $this->setData(['core', 'dataVersion', 10306]);
// Version 10.3.08 }
if ($this->getData(['core', 'dataVersion']) < 10308) { // Version 10.3.08
// RAZ la mise à jour auto bug 10.3.07 if ($this->getData(['core', 'dataVersion']) < 10308) {
$this->setData(['core','updateAvailable', false]); // RAZ la mise à jour auto bug 10.3.07
$this->setData(['core', 'dataVersion', 10308]); $this->setData(['core','updateAvailable', false]);
} $this->setData(['core', 'dataVersion', 10308]);
} }
} }
} }