Update WebfingerHandler.php

Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/1951/head
Josh 2024-11-26 21:38:09 -05:00 zatwierdzone przez GitHub
rodzic 662b1994d4
commit a02f309c95
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

@ -223,7 +223,7 @@ class WebfingerHandler implements IHandler {
// work around to extract resource:
// on some setup (i.e. tests) the data are not available from IRequest
$requestUri = $request->getRequestUri();
if ($requestUri !== null) {
if ($requestUri !== '') {
parse_str(parse_url($requestUri, PHP_URL_QUERY) ?? '', $query);
}