fix for bug [ 1007816 ] error message

This commit is contained in:
Lars Kneschke 2004-08-25 20:04:27 +00:00
parent ecf6d38037
commit 23046ac0b5

View File

@ -555,7 +555,7 @@
if($type == 'g')
{
$accounts['groups'][$id] = $id;
foreach($GLOBALS['phpgw']->acl->get_ids_for_location($id,1,'phpgw_group') as $id)
foreach((array)$GLOBALS['phpgw']->acl->get_ids_for_location($id,1,'phpgw_group') as $id)
{
$accounts['accounts'][$id] = $id;
}