Merge pull request #14323 from annando/styles

Removed deprecated parameter
pull/14326/head
Tobias Diekershoff 2024-07-26 20:42:51 +02:00 zatwierdzone przez GitHub
commit 7b8381fb1a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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