mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Fix Optional parameter $oAccount declared before required parameter $sLogin
This commit is contained in:
parent
7d66adbe3c
commit
705907e816
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ class Actions
|
|||
return $this->oPlugins;
|
||||
}
|
||||
|
||||
protected function LoggerAuthHelper(?Model\Account $oAccount = null, string $sLogin, bool $admin = false): void
|
||||
protected function LoggerAuthHelper(?Model\Account $oAccount, string $sLogin, bool $admin = false): void
|
||||
{
|
||||
if ($sLogin) {
|
||||
$sHost = $admin ? $this->Http()->GetHost(true, true) : \MailSo\Base\Utils::GetDomainFromEmail($sLogin);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue