From b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 9 Apr 2015 14:01:39 +0200 Subject: [PATCH] cleanup --- apps/user_ldap/lib/wizard.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/user_ldap/lib/wizard.php b/apps/user_ldap/lib/wizard.php index cb3dd7f13aa..eaec3581981 100644 --- a/apps/user_ldap/lib/wizard.php +++ b/apps/user_ldap/lib/wizard.php @@ -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; } -- 2.39.5