From: Arthur Schiwon Date: Thu, 9 Apr 2015 12:01:39 +0000 (+0200) Subject: cleanup X-Git-Tag: v8.1.0alpha1~43^2~5 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d;p=nextcloud-server.git cleanup --- 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; }