summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ea37d91)
raw | patch | inline | side by side (parent: ea37d91)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 09:04:37 +0000 (09:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 09:04:37 +0000 (09:04 +0000) |
-Robustness., whitespaces shouldn't break the acl parsing.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12684 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12684 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_pluglist.inc | patch | blob | history |
index 00645846710cde63a7b0fbe7482a64c2c5f7afb5..81f4a3102bd32d0b87dfcb5eb4d47630a551d002 100644 (file)
}
foreach($acls_to_check as $acl_to_check){
+ $acl_to_check = trim($acl_to_check);
/* Check if the given acl tag is only valid for self acl entries
<plugin acl="users/user:self" class="user"...