From d4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 5 Oct 2014 15:41:03 -0700 Subject: diaspora share not rendering issue - still have one remaining (the recursive share from hell) --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index d91480c8f..34490bf49 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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); -- cgit v1.2.3