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
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

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