From c574c317eff1dc40254414bb8b2b14e96fc17402 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 2 Apr 2017 20:43:54 +0000 Subject: [PATCH] Removed unneeded comment --- include/ostatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ostatus.php b/include/ostatus.php index d1193af029..9b78495093 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -573,7 +573,7 @@ class ostatus { if (!isset($item["object-type"])) { $item["object-type"] = $xpath->query('activity:object-type/text()', $activityobjects)->item(0)->nodeValue; } - // Quickfix to read attachments + $enclosures = $xpath->query("atom:link[@rel='alternate']", $activityobjects); if ($enclosures) { foreach ($enclosures AS $link) {