4) Adding Factories to other entrypoints

This commit is contained in:
Philipp Holzer
2019-02-03 22:46:50 +01:00
parent 4af0119b73
commit 1e0e1674f2
20 changed files with 100 additions and 58 deletions
+1 -1
View File
@@ -1288,7 +1288,7 @@ class App
$this->module = 'maintenance';
} else {
$this->checkURL();
Core\Update::check(false);
Core\Update::check($this->basePath, false);
Core\Addon::loadAddons();
Core\Hook::loadHooks();
}