diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-28 23:04:03 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-11-20 18:31:39 +0100 |
commit | 71944a59a5279b34b57aa68c5b7ad0173e4a6793 (patch) | |
tree | 48e2e140c87fc5dc03300784476e78c3ad4bcd39 /apps/user_ldap/lib | |
parent | f725cc66a385311d9995ec4215f57448b59f124e (diff) | |
download | nextcloud-server-71944a59a5279b34b57aa68c5b7ad0173e4a6793.tar.gz nextcloud-server-71944a59a5279b34b57aa68c5b7ad0173e4a6793.zip |
detectors (email, displayname..) are now started in one place, triggered from only 2 places. more reliable structure and flow, saves requests
Diffstat (limited to 'apps/user_ldap/lib')
-rw-r--r-- | apps/user_ldap/lib/wizard.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php index f373fabb69c..59911fe77d1 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -120,7 +120,6 @@ class Wizard extends LDAPUtility { * @throws \Exception */ public function countUsers() { - $this->detectUserDisplayNameAttribute(); $filter = $this->access->getFilterForUserCount(); $usersTotal = $this->countEntries($filter, 'users'); |