diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2014-10-29 11:08:20 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2014-11-20 18:31:40 +0100 |
commit | d8bb8afee33d96943fedbe619bfb2d7668cb6bb6 (patch) | |
tree | 777cc90325b45bf1644ffce3242325169e0f4618 /apps/user_ldap/js | |
parent | c9e865629ebb1e83626ff049244318b8769b4502 (diff) | |
download | nextcloud-server-d8bb8afee33d96943fedbe619bfb2d7668cb6bb6.tar.gz nextcloud-server-d8bb8afee33d96943fedbe619bfb2d7668cb6bb6.zip |
this happens already before counting, no need anymore
Diffstat (limited to 'apps/user_ldap/js')
-rw-r--r-- | apps/user_ldap/js/ldapFilter.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_ldap/js/ldapFilter.js b/apps/user_ldap/js/ldapFilter.js index 780aa10fe3f..4db8555f639 100644 --- a/apps/user_ldap/js/ldapFilter.js +++ b/apps/user_ldap/js/ldapFilter.js @@ -77,8 +77,6 @@ LdapFilter.prototype.afterDetectorsRan = function() { */ LdapFilter.prototype.afterComposeSuccess = function(result) { LdapWizard.applyChanges(result); - //best time to run attribute detectors - LdapWizard.runDetectors(this.target, this.afterDetectorsRan); }; LdapFilter.prototype.determineMode = function() { |