From: dradon Date: Mon, 23 May 2011 06:50:35 +0000 (+0000) Subject: Fixed bug in ACL list (newly created ACL shows items of last selected ACL). X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3c04bc00b82f6276e33be4cdddf091f27f1b3f82;p=gosa.git Fixed bug in ACL list (newly created ACL shows items of last selected ACL). git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@20893 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index e2bab7dda..d60af7ce3 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -330,6 +330,8 @@ class acl extends plugin $this->dialog= TRUE; $this->currentIndex= count($this->gosaAclEntry); $this->loadAclEntry(TRUE); + $this->aclMemberList->setListData(array()); + $this->aclMemberList->update(); } $new_acl= array();