From: cajus Date: Fri, 5 Feb 2010 15:30:19 +0000 (+0000) Subject: Fix problem with acl toggler X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=322d034fa6dcc44054b95686916dcc6ffc83963e;p=gosa.git Fix problem with acl toggler git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15599 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_acl.inc b/gosa-core/include/class_acl.inc index df145dd2f..526563535 100644 --- a/gosa-core/include/class_acl.inc +++ b/gosa-core/include/class_acl.inc @@ -732,6 +732,7 @@ class acl extends plugin /* Build general objects */ $list =$this->sort_by_priority($list); + $this->aclContents= array(); foreach ($list as $key => $name){ /* Create sub acl if it does not exist */