mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 06:50:55 -05:00
this happens already before counting, no need anymore
This commit is contained in:
parent
c9e865629e
commit
d8bb8afee3
1 changed files with 0 additions and 2 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue