diff --git a/core/include/update.inc.php b/core/include/update.inc.php index 9f3f8e5..bae5f71 100644 --- a/core/include/update.inc.php +++ b/core/include/update.inc.php @@ -179,7 +179,7 @@ if ($this->getData(['core', 'dataVersion']) < 4502) { $this->deleteData(['theme', 'menu', 'burgerIconLink2']); $this->setData(['core', 'dataVersion', 4502]); } -if ($this->getData(['core', 'dataVersion']) < 4505) { - $this->setData(['core', 'dataVersion', 4505]); +if ($this->getData(['core', 'dataVersion']) < 5001) { + $this->setData(['core', 'dataVersion', 5001]); } ?> diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index 9fb8e5c..39202e4 100644 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -69,7 +69,7 @@ class init extends common { ] ], 'core' => [ - 'dataVersion' => 4505, + 'dataVersion' => 5001, 'lastBackup' => 0, 'lastClearTmp' => 0, 'lastAutoUpdate' => 0,