Code

Fixed intial "acl" for acl divlist.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Dec 2006 07:16:35 +0000 (07:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 15 Dec 2006 07:16:35 +0000 (07:16 +0000)
Departments are displayed now

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5403 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/admin/acl/class_divListACL.inc

index f61378f6f13f6d66a896b56fac6f2e409b366c21..ed888806bd93a17cb6fc963f98ed4dd45a7f5d1d 100644 (file)
@@ -22,7 +22,7 @@ class divListACL extends MultiSelectWindow
 
   function divListACL ($config,$parent)
   {
-    MultiSelectWindow::MultiSelectWindow($config, "ACLs", "acls");
+    MultiSelectWindow::MultiSelectWindow($config, "ACLs", "acl");
     
     $this->parent       = $parent;
     $this->ui           = get_userinfo();