summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2bd88ab)
raw | patch | inline | side by side (parent: 2bd88ab)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 06:28:56 +0000 (06:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 28 Mar 2008 06:28:56 +0000 (06:28 +0000) |
-If an invalid category is given now, a PHP Warning will be displayed.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10049 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10049 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_userinfo.inc | patch | blob | history |
index 992b15308ce5df451e560b678ad886ba307cade5..bba185e0aeb167477fda363619ed6d073c28e0c4 100644 (file)
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);