From: hickert Date: Fri, 22 Jan 2010 12:36:13 +0000 (+0000) Subject: Added missing parameter X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=88795523e0a31753ce994c122ebf8173100f2550;p=gosa.git Added missing parameter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15259 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 31f2d1ed8..2a55749ad 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -1221,7 +1221,7 @@ class listing { // Replace %acl if available if ($classes) { $otype= $this->getObjectType($this->objectTypes, $classes); - $acl= str_replace('%acl', $otype['category']."/".$otype['class']); + $acl= str_replace('%acl', $otype['category']."/".$otype['class'], $acl); } // Split for category and plugins if needed