Code

Added missing ; and removed duplicate )
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 10:31:46 +0000 (10:31 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 22 Jan 2010 10:31:46 +0000 (10:31 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15253 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_listing.inc

index 6960e4fab749a2fc6daf2cd36b42ac2bfd6649f8..d2f2ce91193eeb8a65e305293a76e33e63906e45 100644 (file)
@@ -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;
         }