Code

Moved to category/class
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 11:19:33 +0000 (11:19 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 11:19:33 +0000 (11:19 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15258 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

index 153c0380f994aa532fe527216411b9644fddb698..31f2d1ed8bc2204e3a3c1557592543aebb91b518 100644 (file)
@@ -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