Maybe this fixes missing array element

2022.09-rc
Roland Häder 2022-06-23 07:39:27 +02:00
rodzic b2aee2cf29
commit 636fef26f1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: C82EDE5DDFA0BA77
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1401,7 +1401,7 @@ class OStatus
break;
default:
Logger::warning('Unsupported type', ['type' => $siteinfo['type'], 'url' => $siteinfo['url']]);
Logger::warning('Unsupported type', ['type' => $siteinfo['type'], 'url' => $siteinfo['url'] ?? '']);
break;
}