mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 05:41:02 +01:00
fix for bug [ 1007816 ] error message
This commit is contained in:
parent
ecf6d38037
commit
23046ac0b5
@ -555,7 +555,7 @@
|
|||||||
if($type == 'g')
|
if($type == 'g')
|
||||||
{
|
{
|
||||||
$accounts['groups'][$id] = $id;
|
$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;
|
$accounts['accounts'][$id] = $id;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user