From: hickert Date: Thu, 26 Feb 2009 14:33:11 +0000 (+0000) Subject: Updated ACLroles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=954721c778b8690f7094a659462d4516e7b5a473;p=gosa.git Updated ACLroles -Fixed ACL category listing, display info string even if there is only one attribute selected. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13465 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/acl/class_aclRole.inc b/gosa-core/plugins/admin/acl/class_aclRole.inc index b78c955e1..e78f0dfa1 100644 --- a/gosa-core/plugins/admin/acl/class_aclRole.inc +++ b/gosa-core/plugins/admin/acl/class_aclRole.inc @@ -424,9 +424,7 @@ class aclrole extends acl $summary.= "$oc, "; continue; } - if (isset($this->aclContents["$section/$oc"]) && count($this->aclContents["$section/$oc"]) && isset($this->aclContents["$section/$oc"][0]) && - $this->aclContents["$section/$oc"][0] != ""){ - + if (isset($this->aclContents["$section/$oc"]) && count($this->aclContents["$section/$oc"])){ $summary.= "$oc, "; continue; }