From 209856348fdedc24e5e074e9a7bf38cbcf87c5cb Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 7 Apr 2010 16:10:03 +0000 Subject: [PATCH] Updated acl listUpdated acl list git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17534 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_acl.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index 0658fea10..376b8bbda 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -57,6 +57,7 @@ class acl extends plugin var $list =NULL; var $sectionList = NULL; + var $roleList = NULL; function acl (&$config, $parent, $dn= NULL) { @@ -321,7 +322,7 @@ class acl extends plugin // Get listing actions. Delete or Edit. $this->list->save_object(); $lAction = $this->list->getAction(); - $this->gosaAclEntry = $this->list->getMaintainedData(); + $this->gosaAclEntry = array_values($this->list->getMaintainedData()); /* Act on HTML post and gets here. */ -- 2.30.2