Merge remote-tracking branch 'upstream/develop' into write-tags
This commit is contained in:
@@ -1249,8 +1249,8 @@ class Item
|
||||
return;
|
||||
}
|
||||
|
||||
$xo = XML::parseString($item["object"], false);
|
||||
$xt = XML::parseString($item["target"], false);
|
||||
$xo = XML::parseString($item["object"]);
|
||||
$xt = XML::parseString($item["target"]);
|
||||
|
||||
if ($xt->type != Activity\ObjectType::NOTE) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user