Merge pull request #11741 from Quix0r/fixes/missing-array-object-type

Fixed E_NOTICE due to wrong array
This commit is contained in:
Philipp 2022-07-16 16:19:21 +02:00 committed by GitHub
commit 15323d91d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1168,7 +1168,7 @@ class OStatus
break;
default:
Logger::warning('Unsupported rel=' . $attribute['rel'] . ', href=' . $attribute['href'] . ', object-type=' . $attribute['object-type']);
Logger::warning('Unsupported rel=' . $attribute['rel'] . ', href=' . $attribute['href'] . ', object-type=' . $item['object-type']);
}
}
}