From e966767f4f7edc1761a2265cafb313ab3f208385 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Sat, 2 Jul 2022 14:27:45 +0200 Subject: [PATCH] 11506 bug barre de membres --- 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 9a130c21..e3f07feb 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -838,7 +838,7 @@ if ($this->getData(['core', 'dataVersion']) < 11400) { $this->setData(['core', 'dataVersion', 11400]); } // Version 11.5.06 -if ($this->getData(['core', 'dataVersion']) < 11506) { +if ($this->getData(['core', 'dataVersion']) < 11506) { // Renommage de la barre de membre dans le pied de page $data = $this->getData(['theme', 'footer', 'displayMemberBar']); @@ -860,4 +860,4 @@ if ($this->getData(['core', 'dataVersion']) < 12000) { // Mise à jour $this->setData(['core', 'dataVersion', 11400]); -} \ No newline at end of file +}