From 01d398738a785f4586e915ca81481281ec0d1055 Mon Sep 17 00:00:00 2001 From: hickert Date: Fri, 22 Jan 2010 10:31:46 +0000 Subject: [PATCH] Added missing ; and removed duplicate ) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15253 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_listing.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/include/class_listing.inc b/gosa-core/include/class_listing.inc index 6960e4fab..d2f2ce911 100644 --- a/gosa-core/include/class_listing.inc +++ b/gosa-core/include/class_listing.inc @@ -749,8 +749,8 @@ class listing { // Move acl information if needed if ($param == "acl") { $otype= $this->getObjectType($this->objectTypes, $config["objectClass"]); - $category= $this->category[$otype] - $params[]= $ui->get_category_permissions($config["dn"], $category)); + $category= $this->category[$otype]; + $params[]= $ui->get_category_permissions($config["dn"], $category); continue; } -- 2.30.2