Maybe this fixes missing array element
This commit is contained in:
parent
b2aee2cf29
commit
636fef26f1
|
@ -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