set the default account_id again

This commit is contained in:
skeeter 2001-03-21 06:00:06 +00:00
parent 93c2a3f15d
commit 30bae00dc9

View File

@ -136,6 +136,8 @@
return False; return False;
} }
$phpgw_info['user']['account_id'] = $this->account_id;
if ($phpgw_info['server']['cache_phpgw_info']) if ($phpgw_info['server']['cache_phpgw_info'])
{ {
$t = $this->appsession('phpgw_info_cache','phpgwapi'); $t = $this->appsession('phpgw_info_cache','phpgwapi');