]> source.dussan.org Git - nextcloud-server.git/commitdiff
cleanup
authorArthur Schiwon <blizzz@owncloud.com>
Thu, 9 Apr 2015 12:01:39 +0000 (14:01 +0200)
committerArthur Schiwon <blizzz@owncloud.com>
Thu, 9 Apr 2015 12:01:39 +0000 (14:01 +0200)
apps/user_ldap/lib/wizard.php

index cb3dd7f13aa1ac7e8cde8da3982c7a74d8c272e2..eaec35819818fe7e5f2bda448286d4cf806f7e90 100644 (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;
        }