From fa43ddb202066b3d76806024768de11f34cb3733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Mon, 8 Aug 2022 10:09:06 +0200 Subject: [PATCH] ajoute des espaces --- core/include/update.inc.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 473fa0a4..1ec9f79a 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -835,6 +835,8 @@ if ($this->getData(['core', 'dataVersion']) < 11400) { // Mise à jour $this->setData(['core', 'dataVersion', 11400]); } + + // Version 11.5.06 if ($this->getData(['core', 'dataVersion']) < 11506) { @@ -846,6 +848,8 @@ if ($this->getData(['core', 'dataVersion']) < 11506) { // Mise à jour $this->setData(['core', 'dataVersion', 11506]); } + + // Version 12.0.00 if ($this->getData(['core', 'dataVersion']) < 12000) {