summaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorGeorg Ehrke <dev@georgswebsite.de>2012-04-19 22:26:36 +0200
committerGeorg Ehrke <dev@georgswebsite.de>2012-04-19 22:26:36 +0200
commit2e8531370102b33a072c6b981d2b1e6a1c9cf40e (patch)
tree8a69c3e75d25d51ecccec2263b77e9cfd7c38d2a /lib/base.php
parent909282c81edb98db304e1be09c8fd69a350a1cce (diff)
downloadnextcloud-server-2e8531370102b33a072c6b981d2b1e6a1c9cf40e.tar.gz
nextcloud-server-2e8531370102b33a072c6b981d2b1e6a1c9cf40e.zip
optimize code
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 5478f084392..fa5287631d8 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -274,7 +274,6 @@ class OC{
public static function loadapp(){
if(file_exists(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP)){
- OC_App::loadApps();
require_once(OC::$APPSROOT . '/apps/' . OC::$REQUESTEDAPP . '/index.php');
}else{
trigger_error('The requested App was not found.', E_USER_ERROR);