From 2f44aceac5af25f3c844873c17acf3cfd3bcdc0d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 20 Aug 2022 09:52:08 +0200 Subject: [PATCH] 11600 include version number --- 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 1ec9f79a..6fab14f9 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -850,8 +850,8 @@ if ($this->getData(['core', 'dataVersion']) < 11506) { } -// Version 12.0.00 -if ($this->getData(['core', 'dataVersion']) < 12000) { +// Version 11.6.00 +if ($this->getData(['core', 'dataVersion']) < 11600) { // Supprime un cookie non nécessaire helper::deleteCookie('ZWII_USER_LONGTIME'); @@ -866,5 +866,5 @@ if ($this->getData(['core', 'dataVersion']) < 12000) { $this->deleteData(['locale', 'cookies', 'checkboxGaLabel']); // Mise à jour - $this->setData(['core', 'dataVersion', 12000]); + $this->setData(['core', 'dataVersion', 11600]); }