From 7a81044d00ed2ec06b1f87a7625236e34bfb813c Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sat, 21 Aug 2021 18:39:42 +0200 Subject: [PATCH] update 11008 --- core/include/update.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index f2ca6249..ac216544 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -589,7 +589,7 @@ $this->setData(['core', 'dataVersion', 10600]); } // Version 11.0.06 -if ($this->getData(['core', 'dataVersion']) < 11006) { +if ($this->getData(['core', 'dataVersion']) < 11008) { // Option de déconnexion auto activée $this->setData(['config','autoDisconnect',true]); @@ -640,7 +640,7 @@ if ($this->getData(['core', 'dataVersion']) < 11006) { // Référencement $this->setData(['config','seo','robots',true]); - $this->setData(['core', 'dataVersion', 11006]); + $this->setData(['core', 'dataVersion', 11008]); } ?>