From: hickert Date: Fri, 22 Jan 2010 10:31:46 +0000 (+0000) Subject: Added missing ; and removed duplicate ) X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=01d398738a785f4586e915ca81481281ec0d1055;p=gosa.git Added missing ; and removed duplicate ) git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15253 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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; }