From: cajus Date: Thu, 27 Jul 2006 11:15:41 +0000 (+0000) Subject: Check just the attribute we want to access, actually X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0623a7b78df69eb8ae7b60e80d03ad7a99c57418;p=gosa.git Check just the attribute we want to access, actually git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4325 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/class_userinfo.inc b/include/class_userinfo.inc index c077dc4c5..b8a2fa737 100644 --- a/include/class_userinfo.inc +++ b/include/class_userinfo.inc @@ -202,7 +202,7 @@ class userinfo } /* Global ACL? */ - if (isset($subacl['acl']['all'])){ + if (isset($subacl['acl']['all'][0])){ $acl= $this->mergeACL($acl, $subacl['type'], $subacl['acl']['all'][0]); continue; }