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

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']);
}
}
}