diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2015-04-09 14:01:39 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2015-04-09 14:01:39 +0200 |
commit | b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d (patch) | |
tree | b898a69f1460e25209aa1d3c85d8f0d915075b21 /apps | |
parent | 630e35d8ccffd672fdd27b0dfb906d2f44ee5f1a (diff) | |
download | nextcloud-server-b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d.tar.gz nextcloud-server-b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d.zip |
cleanup
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/wizard.php | 2 |
1 files changed, 0 insertions, 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; } |