From 02951c7c669e36d4a0cb40c6b3487d20ac362817 Mon Sep 17 00:00:00 2001 From: Prof Langues Date: Mon, 28 Sep 2020 16:20:43 +0200 Subject: [PATCH] fic test fonction update --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index c751d56d..5d37a536 100644 --- a/core/core.php +++ b/core/core.php @@ -1420,7 +1420,7 @@ class common { $this->setData(['core', 'dataVersion', 10301]); } // Version 10.4.00 - if ($this->getData(['core', 'dataVersion']) < 10300) { + if ($this->getData(['core', 'dataVersion']) < 10400) { // Ajouter le prénom comme pseudo et le pseudo comme signature foreach($this->getData(['user']) as $userId => $userIds){ $this->setData(['user',$userId,'pseudo',$this->getData(['user',$userId,'firstname'])]);