Fix Fatal Error in App
This commit is contained in:
parent
ebc97ba8fe
commit
f6e064195a
|
@ -1715,7 +1715,8 @@ class App
|
||||||
} else {
|
} else {
|
||||||
$this->checkURL();
|
$this->checkURL();
|
||||||
check_db(false);
|
check_db(false);
|
||||||
Core\Addon::check();
|
Core\Addon::loadAddons();
|
||||||
|
Core\Hook::loadHooks();
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->page = [
|
$this->page = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user