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
commit bf600905d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1401,7 +1401,7 @@ class OStatus
break; break;
default: default:
Logger::warning('Unsupported type', ['type' => $siteinfo['type'], 'url' => $siteinfo['url']]); Logger::warning('Unsupported type', ['type' => $siteinfo['type'], 'url' => $siteinfo['url'] ?? '']);
break; break;
} }