Code

Added missing parameter
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 12:36:13 +0000 (12:36 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 12:36:13 +0000 (12:36 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15259 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

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