mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Bugfix: undefined $oAccount and $aAdditionalParams
This commit is contained in:
parent
2bf96ab33e
commit
dc6b7e250e
1 changed files with 1 additions and 1 deletions
|
|
@ -3133,7 +3133,7 @@ NewThemeLink IncludeCss LoadingDescriptionEsc TemplatesLink LangLink IncludeBack
|
||||||
&& $this->Config()->Get('security', 'allow_admin_panel', true)
|
&& $this->Config()->Get('security', 'allow_admin_panel', true)
|
||||||
&& \openlog('rainloop', 0, \LOG_AUTHPRIV))
|
&& \openlog('rainloop', 0, \LOG_AUTHPRIV))
|
||||||
{
|
{
|
||||||
\syslog(\LOG_ERR, $this->compileLogParams('Admin Auth failed: ip={request:ip} user='.$sLogin, $oAccount, false, $aAdditionalParams));
|
\syslog(\LOG_ERR, $this->compileLogParams('Admin Auth failed: ip={request:ip} user='.$sLogin));
|
||||||
\closelog();
|
\closelog();
|
||||||
}
|
}
|
||||||
throw new Exceptions\ClientException(Notifications::AuthError);
|
throw new Exceptions\ClientException(Notifications::AuthError);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue