From: cajus Date: Fri, 22 Jan 2010 11:19:33 +0000 (+0000) Subject: Moved to category/class X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3d025f4807d8466495d8e5d64bfa544c410f50d;p=gosa.git Moved to category/class git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15258 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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