diff --git a/core/core.php b/core/core.php index a81d0b74..421aae55 100644 --- a/core/core.php +++ b/core/core.php @@ -1070,6 +1070,7 @@ class common { if($this->getData(['core', 'dataVersion']) < 10000) { $this->setData(['config', 'faviconDark','faviconDark.ico']); $this->setData(['core', 'dataVersion', 10000]); + } } }