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:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-20 00:26:36 +0400
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-20 00:26:36 +0400
commit2e8531370102b33a072c6b981d2b1e6a1c9cf40e (patch)
tree8a69c3e75d25d51ecccec2263b77e9cfd7c38d2a /index.php
parent909282c81edb98db304e1be09c8fd69a350a1cce (diff)
optimize code
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index b85c49c76c2..a3835c6d2f3 100644
--- a/index.php
+++ b/index.php
@@ -57,6 +57,7 @@ elseif(OC_User::isLoggedIn()) {
exit();
}
else {
+ OC_App::loadApps();
if(is_null(OC::$REQUESTEDFILE)){
OC::loadapp();
}else{