]> git.mxchange.org Git - friendica.git/commitdiff
Removed unneeded comment
authorMichael <heluecht@pirati.ca>
Sun, 2 Apr 2017 20:43:54 +0000 (20:43 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 2 Apr 2017 20:43:54 +0000 (20:43 +0000)
include/ostatus.php

index d1193af0299dd20490d59c0a9ae5621da27e8116..9b78495093e1b802767b0075b54ac3608d15e0ea 100644 (file)
@@ -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) {