diaspora share not rendering issue - still have one remaining (the recursive share from hell)

This commit is contained in:
friendica 2014-10-05 15:41:03 -07:00
parent 82ba42586c
commit d4a6a6b4f5

View File

@ -1005,7 +1005,7 @@ function diaspora_reshare($importer,$xml,$msg) {
. "' link='" . $orig_url
. "' posted='" . datetime_convert('UTC','UTC',unxmlify($sourcexml->post->status_message->created_at))
. "' message_id='" . unxmlify($source_xml->post->status_message->guid)
. "]" . $body . "[/share]";
. "']" . $body . "[/share]";
$created = unxmlify($xml->created_at);