Removed code

This commit is contained in:
Michael 2017-09-07 15:48:25 +00:00
parent 6e670df80f
commit c3eaf336dc
1 changed files with 0 additions and 1 deletions

View File

@ -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;