put back old pointer

This commit is contained in:
friendica 2014-09-09 15:53:58 -07:00
parent 35051405a0
commit f52e754dc6

View File

@ -987,7 +987,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)
. "]" . $newbody . "[/share]";
. "]" . $body . "[/share]";
$created = unxmlify($xml->created_at);