Code

Fix problem with acl toggler
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Feb 2010 15:30:19 +0000 (15:30 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 5 Feb 2010 15:30:19 +0000 (15:30 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15599 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_acl.inc

index df145dd2fc84eacd682548cd4f33583fc4ea42d6..52656353583afeff7b2a4af197b5cee48bf3e5bd 100644 (file)
@@ -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 */