From: Hypolite Petovan Date: Mon, 22 Oct 2018 22:01:17 +0000 (-0400) Subject: Fix Fatal Error in App X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f6e064195a4509f6eb7532a63681b5e57741e056;p=friendica.git Fix Fatal Error in App --- diff --git a/src/App.php b/src/App.php index e184f6c631..e576eb2358 100644 --- a/src/App.php +++ b/src/App.php @@ -1715,7 +1715,8 @@ class App } else { $this->checkURL(); check_db(false); - Core\Addon::check(); + Core\Addon::loadAddons(); + Core\Hook::loadHooks(); } $this->page = [