summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/js
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2014-10-29 11:08:20 +0100
committerArthur Schiwon <blizzz@owncloud.com>2014-11-20 18:31:40 +0100
commitd8bb8afee33d96943fedbe619bfb2d7668cb6bb6 (patch)
tree777cc90325b45bf1644ffce3242325169e0f4618 /apps/user_ldap/js
parentc9e865629ebb1e83626ff049244318b8769b4502 (diff)
downloadnextcloud-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.js2
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() {