summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2015-04-09 14:01:39 +0200
committerArthur Schiwon <blizzz@owncloud.com>2015-04-09 14:01:39 +0200
commitb4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d (patch)
treeb898a69f1460e25209aa1d3c85d8f0d915075b21 /apps
parent630e35d8ccffd672fdd27b0dfb906d2f44ee5f1a (diff)
downloadnextcloud-server-b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d.tar.gz
nextcloud-server-b4c96e6ba0d37b7e2f1fb6aa838c856101ae0c6d.zip
cleanup
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/wizard.php2
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;
}