1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-04-19 09:10:12 +00:00

Merge pull request 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
commit bf600905d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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