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:
authorRobin Appelman <icewind1991@gmail.com>2010-07-28 20:12:00 +0400
committerRobin Appelman <icewind1991@gmail.com>2010-07-28 20:12:00 +0400
commit98e49c7552815f41c7e13ca282eb053b544a9fed (patch)
treef90fb061c5a24a0683ca9bfcf79d7a4578d1d63c /inc/lib_user.php
parent687cb29c7d9356811dd9d420873b375a3a03df89 (diff)
use new plugin system for loading plugins
Diffstat (limited to 'inc/lib_user.php')
-rw-r--r--inc/lib_user.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/lib_user.php b/inc/lib_user.php
index 1d0cb86c6a7..0d9b1c5dda6 100644
--- a/inc/lib_user.php
+++ b/inc/lib_user.php
@@ -23,8 +23,6 @@
global $CONFIG_BACKEND;
-OC_UTIL::loadPlugins();
-
if ( !$CONFIG_INSTALLED ) {