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>2014-03-25 20:42:41 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-25 20:42:41 +0400
commitf9279ac77ac8f4541bd0237fd5126f10cb7798a1 (patch)
tree033bbf8081827de96ea77939f905a447df99e640 /settings/users.php
parent96e6cb3db4a97a1397dc56d3d1c1a5131e45b972 (diff)
killing some more calls to OC_App::loadApps(); - because we load all apps in handleRequest()
Diffstat (limited to 'settings/users.php')
-rw-r--r--settings/users.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/users.php b/settings/users.php
index 2f1c63a0b59..f09d0e90d3c 100644
--- a/settings/users.php
+++ b/settings/users.php
@@ -6,7 +6,6 @@
*/
OC_Util::checkSubAdminUser();
-OC_App::loadApps();
// We have some javascript foo!
OC_Util::addScript( 'settings', 'users' );