mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
GLOBALize log message call
This commit is contained in:
parent
8dd5db4d01
commit
2460cbbf09
@ -260,8 +260,8 @@
|
||||
$this->read_repositories(False);
|
||||
if ($this->user['expires'] != -1 && $this->user['expires'] < time())
|
||||
{
|
||||
$phpgw->log->message('W-LoginFailure, account loginid %1 is expired',$this->account_lid);
|
||||
$phpgw->log->commit();
|
||||
$GLOBALS['phpgw']->log->message('W-LoginFailure, account loginid %1 is expired',$this->account_lid);
|
||||
$GLOBALS['phpgw']->log->commit();
|
||||
|
||||
return False;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user