From: hickert Date: Fri, 15 Dec 2006 07:16:35 +0000 (+0000) Subject: Fixed intial "acl" for acl divlist. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b100eb6a3c936055e10f4959a822c3ca9a991a9f;p=gosa.git Fixed intial "acl" for acl divlist. Departments are displayed now git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5403 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/plugins/admin/acl/class_divListACL.inc b/plugins/admin/acl/class_divListACL.inc index f61378f6f..ed888806b 100644 --- a/plugins/admin/acl/class_divListACL.inc +++ b/plugins/admin/acl/class_divListACL.inc @@ -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();