From 6deac16d34a8d5b3c662a38828abb05f0051464d Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sat, 23 Mar 2019 21:13:11 +0100 Subject: [PATCH] [9.0.09] Core cleaning --- core/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.php b/core/core.php index 80e561c6..5a49a74e 100644 --- a/core/core.php +++ b/core/core.php @@ -740,6 +740,7 @@ class common { } // Version 9.0.0 if($this->getData(['core', 'dataVersion']) < 9000) { + $this->deleteData(['theme', 'site', 'block']); if ($this->getData(['theme','menu','position']) === 'body-top') { $this->setData(['theme','menu','position','top']); } @@ -764,7 +765,6 @@ class common { } // Version 9.0.09 if($this->getData(['core', 'dataVersion']) < 9009) { - $this->deleteData(['theme', 'site', 'block','12']); $this->setData(['core', 'dataVersion', 9009]); $this->SaveData(); }