Code

Reenabled job count
[gosa.git] / gosa-core / include / class_userinfo.inc
index 992b15308ce5df451e560b678ad886ba307cade5..bba185e0aeb167477fda363619ed6d073c28e0c4 100644 (file)
@@ -184,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);