From 093c7109e9de88b02c09d033948ef32583a2109c Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 22 Aug 2021 19:18:51 +0200 Subject: [PATCH] =?UTF-8?q?Erreur=20de=20double=20mise=20=C3=A0=20jour?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/include/update.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index ac216544..5e2a9201 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -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]); } ?>