From: Roland Häder Date: Thu, 23 Jun 2022 05:39:27 +0000 (+0200) Subject: Maybe this fixes missing array element X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=636fef26f165c8e9cc78fe80e3bf76c300bf0fae;p=friendica.git Maybe this fixes missing array element --- diff --git a/src/Protocol/OStatus.php b/src/Protocol/OStatus.php index ddc55a2c5b..f03ed2b4fb 100644 --- a/src/Protocol/OStatus.php +++ b/src/Protocol/OStatus.php @@ -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; }