mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03:00
Bugfix: incorrect return type for SetSpecLogoutCustomMgsWithDeletion()
This commit is contained in:
parent
4097e4e733
commit
41270ac5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ trait UserAuth
|
||||||
return $sResult;
|
return $sResult;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function SetSpecLogoutCustomMgsWithDeletion(string $sMessage): string
|
public function SetSpecLogoutCustomMgsWithDeletion(string $sMessage): void
|
||||||
{
|
{
|
||||||
Utils::SetCookie(self::AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY, $sMessage);
|
Utils::SetCookie(self::AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY, $sMessage);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue