Created ['user']['account_id'] as a default user if nothing found

This commit is contained in:
skeeter 2001-03-21 05:28:00 +00:00
parent b9c39f1f13
commit 9a3cf6f1f7

View File

@ -328,7 +328,8 @@
\*************************************************************************/
function read_repositories()
{
global $phpgw;
global $phpgw, $phpgw_info;
$phpgw_info['user']['account_id'] = $this->account_id;
$phpgw->acl->acl($this->account_id);
$phpgw->accounts->accounts($this->account_id);
$phpgw->preferences->preferences($this->account_id);