Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-02-09 21:59:41 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-02-09 21:59:41 +0400
commit0222c589ac7c006c09dca6cea09cae9a1006a0b4 (patch)
treeabff7952999dab1f32a86863958ec3a02c0e8100 /lib/base.php
parente68cf72458e9cfb888ef8b24d3e255fadf6d18a7 (diff)
parentfba9739448dfca7234c3910f88ce56f0f28e6bad (diff)
Merge pull request #1546 from owncloud/fix-loading-hooks
Fix loading hooks when going though the routing system
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 3de38258d03..c60a97100f4 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -557,6 +557,7 @@ class OC {
if (!self::$CLI) {
try {
+ OC_App::loadApps();
OC::getRouter()->match(OC_Request::getPathInfo());
return;
} catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {