summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06fd60c)
raw | patch | inline | side by side (parent: 06fd60c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 16:10:03 +0000 (16:10 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 7 Apr 2010 16:10:03 +0000 (16:10 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17534 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_acl.inc | patch | blob | history |
index 0658fea10ed4dcabfc87129d7b8f852ab46eaa24..376b8bbda831def1d507b9a42f1e116ad787a089 100644 (file)
var $list =NULL;
var $sectionList = NULL;
+ var $roleList = NULL;
function acl (&$config, $parent, $dn= NULL)
{
// 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.
*/