Merge pull request #11676 from Quix0r/fixes/array-element-missing

Maybe this fixes missing array element
This commit is contained in:
Hypolite Petovan
2022-06-23 09:06:59 -04:00
committed by GitHub

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