This commit is contained in:
Arthur Schiwon 2015-04-09 14:01:39 +02:00
parent 630e35d8cc
commit b4c96e6ba0
1 changed files with 0 additions and 2 deletions

View File

@ -461,8 +461,6 @@ class Wizard extends LDAPUtility {
}
$this->configuration->setConfiguration(array('ldapGroupMemberAssocAttr' => $attribute));
$this->result->addChange('ldap_group_member_assoc_attribute', $attribute);
//so it will be saved on destruct
//$this->result->markChange();
return $this->result;
}