Bugfix: incorrect return type for SetSpecLogoutCustomMgsWithDeletion()

This commit is contained in:
djmaze 2021-12-14 14:18:53 +01:00
parent 4097e4e733
commit 41270ac5e9

View file

@ -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);
} }