bug update site map

This commit is contained in:
fredtempez 2021-03-12 13:04:44 +01:00
parent e9d97b49b1
commit 59ed2b7ad0
1 changed files with 0 additions and 5 deletions

View File

@ -1569,11 +1569,6 @@ class common {
if ($this->getData(['core', 'dataVersion']) < 10405) {
$this->setData(['core', 'dataVersion', 10405]);
}
// Version 10.4.06
if ($this->getData(['core', 'dataVersion']) < 10406) {
$this->removeDir ('core/class/sitemap');
$this->setData(['core', 'dataVersion', 10406]);
}
}
}