Maybe this fixes missing array element

This commit is contained in:
Roland Häder 2022-06-23 07:39:27 +02:00
parent b2aee2cf29
commit 636fef26f1
No known key found for this signature in database
GPG Key ID: C82EDE5DDFA0BA77

View File

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