mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-02 21:12:02 +08: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;
|
||||
}
|
||||
|
||||
public function SetSpecLogoutCustomMgsWithDeletion(string $sMessage): string
|
||||
public function SetSpecLogoutCustomMgsWithDeletion(string $sMessage): void
|
||||
{
|
||||
Utils::SetCookie(self::AUTH_SPEC_LOGOUT_CUSTOM_MSG_KEY, $sMessage);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue