From 3c04bc00b82f6276e33be4cdddf091f27f1b3f82 Mon Sep 17 00:00:00 2001 From: dradon Date: Mon, 23 May 2011 06:50:35 +0000 Subject: [PATCH] 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 --- gosa-core/include/class_acl.inc | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.30.2