aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-25 17:42:41 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-25 17:42:41 +0100
commitf9279ac77ac8f4541bd0237fd5126f10cb7798a1 (patch)
tree033bbf8081827de96ea77939f905a447df99e640 /core
parent96e6cb3db4a97a1397dc56d3d1c1a5131e45b972 (diff)
downloadnextcloud-server-f9279ac77ac8f4541bd0237fd5126f10cb7798a1.tar.gz
nextcloud-server-f9279ac77ac8f4541bd0237fd5126f10cb7798a1.zip
killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest()
Diffstat (limited to 'core')
-rw-r--r--core/ajax/share.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/ajax/share.php b/core/ajax/share.php
index 3f04e1e4ad1..e667d9b5faa 100644
--- a/core/ajax/share.php
+++ b/core/ajax/share.php
@@ -21,7 +21,6 @@
OC_JSON::checkLoggedIn();
OCP\JSON::callCheck();
-OC_App::loadApps();
$defaults = new \OCP\Defaults();