Erreur de double mise à jour

This commit is contained in:
Fred Tempez 2021-08-22 19:18:51 +02:00
parent 7a81044d00
commit 093c7109e9
1 changed files with 3 additions and 3 deletions

View File

@ -588,8 +588,8 @@ $this->deleteData(['config','itemsperPage']);
$this->setData(['core', 'dataVersion', 10600]);
}
// Version 11.0.06
if ($this->getData(['core', 'dataVersion']) < 11008) {
// Version 11.0.00
if ($this->getData(['core', 'dataVersion']) < 11000) {
// Option de déconnexion auto activée
$this->setData(['config','autoDisconnect',true]);
@ -640,7 +640,7 @@ if ($this->getData(['core', 'dataVersion']) < 11008) {
// Référencement
$this->setData(['config','seo','robots',true]);
$this->setData(['core', 'dataVersion', 11008]);
$this->setData(['core', 'dataVersion', 11000]);
}
?>