From 94ce5a2d8555e78f80603f217bc73ac07c42e200 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Mon, 7 Feb 2022 07:57:49 +0100 Subject: [PATCH] version dans defaultdata --- core/include/update.inc.php | 6 +++--- core/module/install/ressource/defaultdata.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 9df84ccd..ebdaf896 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -741,8 +741,8 @@ if ($this->getData(['core', 'dataVersion']) < 11202) { $this->setData(['core', 'dataVersion', 11202]); } -// Version 11.2.06 -if ($this->getData(['core', 'dataVersion']) < 11206) { +// Version 11.3.00 +if ($this->getData(['core', 'dataVersion']) < 11300) { // tableau de substitution $fonts = [ @@ -789,5 +789,5 @@ if ($this->getData(['core', 'dataVersion']) < 11206) { unlink(self::DATA_DIR . 'theme.css'); // Mise à jour - $this->setData(['core', 'dataVersion', 11206]); + $this->setData(['core', 'dataVersion', 11300]); } \ No newline at end of file diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 2a37f513..3f199664 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -56,7 +56,7 @@ class init extends common { ] ], 'core' => [ - 'dataVersion' => 11206, + 'dataVersion' => 11300, 'lastBackup' => 0, 'lastClearTmp' => 0, 'lastAutoUpdate' => 0,