Merge master

This commit is contained in:
Fred Tempez 2020-02-13 11:11:35 +01:00
parent 91007c9515
commit d02fd09b6c
1 changed files with 1 additions and 0 deletions

View File

@ -1070,6 +1070,7 @@ class common {
if($this->getData(['core', 'dataVersion']) < 10000) {
$this->setData(['config', 'faviconDark','faviconDark.ico']);
$this->setData(['core', 'dataVersion', 10000]);
}
}
}