From c3d025f4807d8466495d8e5d64bfa544c410f50d Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 22 Jan 2010 11:19:33 +0000 Subject: [PATCH] Moved to category/class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15258 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 153c0380f..31f2d1ed8 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', $module."/".$otype['category']); + $acl= str_replace('%acl', $otype['category']."/".$otype['class']); } // Split for category and plugins if needed -- 2.30.2