mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
"bugfix: primary-group of current user was read from not always set $GLOBALS['egw']->accounts->data, instead just from $GLOBALS['egw_info']['user']"
This commit is contained in:
parent
3192eaf2c6
commit
c160fdec74
@ -151,7 +151,7 @@ class uiaccountsel extends accounts
|
||||
case 'groupmembers':
|
||||
if ($account_sel == 'primary_group')
|
||||
{
|
||||
$memberships = array($GLOBALS['egw']->accounts->data['account_primary_group']);
|
||||
$memberships = array($GLOBALS['egw_info']['user']['account_primary_group']);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user