From 88795523e0a31753ce994c122ebf8173100f2550 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 22 Jan 2010 12:36:13 +0000 Subject: [PATCH] Added missing parameter git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15259 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2