summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c3d025f)
raw | patch | inline | side by side (parent: c3d025f)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 22 Jan 2010 12:36:13 +0000 (12:36 +0000) | ||
committer | hickert <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 | patch | blob | history |
index 31f2d1ed8bc2204e3a3c1557592543aebb91b518..2a55749ad5f7f0381994ee5c3ccd154a7c021374 100644 (file)
// 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