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(); }