From: Michael Date: Thu, 7 Sep 2017 15:48:25 +0000 (+0000) Subject: Removed code X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c3eaf336dc3d0923438b127c404099091c6084ed;p=friendica.git Removed code --- diff --git a/include/ostatus.php b/include/ostatus.php index 5fcf2003c3..7fd920d635 100644 --- a/include/ostatus.php +++ b/include/ostatus.php @@ -352,7 +352,6 @@ class ostatus { } $item["body"] = html2bbcode($xpath->query('atom:content/text()', $entry)->item(0)->nodeValue); - //$item["body"] = add_page_info_to_body(html2bbcode($xpath->query('atom:content/text()', $entry)->item(0)->nodeValue)); $item["object-type"] = $xpath->query('activity:object-type/text()', $entry)->item(0)->nodeValue; $item["verb"] = $xpath->query('activity:verb/text()', $entry)->item(0)->nodeValue;