Merge pull request #11676 from Quix0r/fixes/array-element-missing
Maybe this fixes missing array element
This commit is contained in:
commit
bf600905d3
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue