Code

Reenabled job count
[gosa.git] / gosa-core / include / class_userinfo.inc
index 3e18c076950cc0fd0c4a6fb101ed61ce09859008..bba185e0aeb167477fda363619ed6d073c28e0c4 100644 (file)
@@ -172,6 +172,7 @@ class userinfo
       }
 
     }
+
   }
 
 
@@ -183,6 +184,8 @@ class userinfo
       foreach($this->ocMapping[$category] as $oc){
         $acl.= $this->get_permissions($dn, $category."/".$oc);
       }
+    }else{
+      trigger_error("ACL request for an invalid category (".$category.").");
     }
 
     return ($acl);