X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FModel%2FItem.php;h=97c96f6748b73f8ec6a16f3460216d398bfc29f6;hb=238c079d112be7ce16aab4e1b975bebefee4980a;hp=bd8d03359ef3b19677d9ae23999c3a7b40dd4a59;hpb=cf0d36737f3548cec3da63a2d38e51957f2bd12c;p=friendica.git diff --git a/src/Model/Item.php b/src/Model/Item.php index bd8d03359e..97c96f6748 100644 --- a/src/Model/Item.php +++ b/src/Model/Item.php @@ -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;