forked from extern/egroupware
small fixes for new users and group edits
This commit is contained in:
parent
1e4f1ecc8b
commit
3ef93d16db
@ -184,7 +184,7 @@
|
||||
include($phpgw_info["server"]["api_inc"] . "/phpgw_accounts_".$phpgw_info["server"]["account_repository"].".inc.php");
|
||||
include($phpgw_info["server"]["api_inc"] . "/phpgw_accounts_shared.inc.php");
|
||||
$this->auth = new auth;
|
||||
$this->preferences = new preferences();
|
||||
$this->preferences = new preferences(0);
|
||||
$this->preferences->preferences = $phpgw_info["user"]["preferences"];
|
||||
$this->preferences->account_id = $phpgw_info["user"]["account_id"];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user