From d8bb8afee33d96943fedbe619bfb2d7668cb6bb6 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 29 Oct 2014 11:08:20 +0100 Subject: [PATCH] this happens already before counting, no need anymore --- apps/user_ldap/js/ldapFilter.js | 2 -- 1 file changed, 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() {