diff --git a/phpgwapi/inc/phpgw_accounts_shared.inc.php b/phpgwapi/inc/phpgw_accounts_shared.inc.php index c283fd6b1f..2f24f68efd 100644 --- a/phpgwapi/inc/phpgw_accounts_shared.inc.php +++ b/phpgwapi/inc/phpgw_accounts_shared.inc.php @@ -22,7 +22,7 @@ $phpgw->accounts->phpgw_fillarray(); if(! $phpgw->preferences->account_id) { - $phpgw->preferences->preferences($phpgw_info["user"]["account_id"]); + $phpgw->preferences->preferences($phpgw_info["user"]["account_id"]); } $phpgw_info["user"]["preferences"] = $phpgw->preferences->get_preferences(); $this->groups = $this->read_groups($phpgw_info["user"]["userid"]);