]> git.mxchange.org Git - friendica.git/commitdiff
Fix Fatal Error in App
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 22 Oct 2018 22:01:17 +0000 (18:01 -0400)
committerGitHub <noreply@github.com>
Mon, 22 Oct 2018 22:01:17 +0000 (18:01 -0400)
src/App.php

index e184f6c631fa568976b43910768eba2f99e89353..e576eb235850d310bd8e14937fe52fa253cbbe74 100644 (file)
@@ -1715,7 +1715,8 @@ class App
                } else {
                        $this->checkURL();
                        check_db(false);
-                       Core\Addon::check();
+                       Core\Addon::loadAddons();
+                       Core\Hook::loadHooks();
                }
 
                $this->page = [