summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 18:40:19 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 18:40:19 +0200
commitc0a2a1ff64633bc2a15e4f2fa28b57f708616255 (patch)
tree8d332249b70e1c78b589a8466dfdfb4052cce6b6 /apps/user_ldap/appinfo
parent30ff3ad45b8eeb09e3c96386d51474c6f74cde34 (diff)
downloadnextcloud-server-c0a2a1ff64633bc2a15e4f2fa28b57f708616255.tar.gz
nextcloud-server-c0a2a1ff64633bc2a15e4f2fa28b57f708616255.zip
superfluous
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r--apps/user_ldap/appinfo/app.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_ldap/appinfo/app.php b/apps/user_ldap/appinfo/app.php
index 10cc003a3f5..caacbea5619 100644
--- a/apps/user_ldap/appinfo/app.php
+++ b/apps/user_ldap/appinfo/app.php
@@ -27,8 +27,6 @@
*
*/
-OCP\App::registerAdmin('user_ldap', 'settings');
-
$helper = new \OCA\User_LDAP\Helper();
$configPrefixes = $helper->getServerConfigurationPrefixes(true);
$ldapWrapper = new OCA\User_LDAP\LDAP();