]> source.dussan.org Git - nextcloud-server.git/commitdiff
superfluous
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 11 Aug 2016 16:40:19 +0000 (18:40 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Tue, 16 Aug 2016 19:08:22 +0000 (21:08 +0200)
apps/user_ldap/appinfo/app.php

index 10cc003a3f5a8d5ac6e70325b169b624f90d2311..caacbea5619c5f4c0f6604abe5b9d33a4bd6d6a5 100644 (file)
@@ -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();