Cleaned up an extra warning that was being generated when cache_phpgw_info was turned off.

This commit is contained in:
skeeter 2001-08-11 14:50:15 +00:00
parent f942605e30
commit cd2676a3a6

View File

@ -124,7 +124,7 @@
$phpgw_info['user']['account_id'] = $this->account_id;
$this->read_repositories($phpgw_info['server']['cache_phpgw_info']);
$this->read_repositories(@$phpgw_info['server']['cache_phpgw_info']);
if ($this->user['expires'] != -1 && $this->user['expires'] < time())
{
$phpgw->log->message('W-VerifySession, account loginid %1 is expired',$this->account_lid);