mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
Created ['user']['account_id'] as a default user if nothing found
This commit is contained in:
parent
b9c39f1f13
commit
9a3cf6f1f7
@ -328,7 +328,8 @@
|
|||||||
\*************************************************************************/
|
\*************************************************************************/
|
||||||
function read_repositories()
|
function read_repositories()
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw, $phpgw_info;
|
||||||
|
$phpgw_info['user']['account_id'] = $this->account_id;
|
||||||
$phpgw->acl->acl($this->account_id);
|
$phpgw->acl->acl($this->account_id);
|
||||||
$phpgw->accounts->accounts($this->account_id);
|
$phpgw->accounts->accounts($this->account_id);
|
||||||
$phpgw->preferences->preferences($this->account_id);
|
$phpgw->preferences->preferences($this->account_id);
|
||||||
|
Loading…
Reference in New Issue
Block a user