Removed deprecated parameter

This commit is contained in:
Michael 2024-07-24 21:03:26 +00:00
parent ca5f93a4d5
commit 823a7bf780

View file

@ -453,7 +453,7 @@ class Authentication
*/
public function setUnauthenticatedVisitor(string $url)
{
if (Strings::compareLink($this->session->get('visitor_home', ''), $url)) {
if (Strings::compareLink($this->session->get('visitor_home') ?: '', $url)) {
return;
}