Merge pull request #14313 from annando/fix-remote

Fix exception on remote authentication
pull/14314/head
Tobias Diekershoff 2024-07-21 08:46:50 +02:00 zatwierdzone przez GitHub
commit 6cf6f64296
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;
}