From babebc5a7ee49756b1f86f0d055aa3ac56417d8c Mon Sep 17 00:00:00 2001 From: F Tempez Date: Wed, 7 Apr 2021 14:35:21 +0200 Subject: [PATCH] =?UTF-8?q?fix=20setData=20mal=20plac=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/core.php b/core/core.php index 8f43811f..10a48b71 100755 --- a/core/core.php +++ b/core/core.php @@ -1612,9 +1612,8 @@ class common { } } } - - } $this->setData(['core', 'dataVersion', 10600]); + } } }