update et defaultdata

This commit is contained in:
Deltacms 2024-02-02 17:15:18 +01:00
parent 33f3be7d93
commit 90669b619e
2 changed files with 3 additions and 3 deletions

View File

@ -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]);
}
?>

View File

@ -69,7 +69,7 @@ class init extends common {
]
],
'core' => [
'dataVersion' => 4505,
'dataVersion' => 5001,
'lastBackup' => 0,
'lastClearTmp' => 0,
'lastAutoUpdate' => 0,