From fba9739448dfca7234c3910f88ce56f0f28e6bad Mon Sep 17 00:00:00 2001 From: Bart Visscher Date: Fri, 8 Feb 2013 19:06:59 +0100 Subject: [PATCH] Always load the apps before trying to match a route --- lib/base.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/base.php b/lib/base.php index 5bfdb0b7c0..e71928bfc0 100644 --- a/lib/base.php +++ b/lib/base.php @@ -556,6 +556,7 @@ class OC { if (!self::$CLI) { try { + OC_App::loadApps(); OC::getRouter()->match(OC_Request::getPathInfo()); return; } catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {