aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-05 15:41:03 -0700
committerfriendica <info@friendica.com>2014-10-05 15:41:03 -0700
commitd4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff (patch)
tree87ba3d9886c42a917a96f24a38e8a55675a213e0 /include/diaspora.php
parent82ba42586cc9427b8a118c30462fc66d92cffecd (diff)
downloadvolse-hubzilla-d4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff.tar.gz
volse-hubzilla-d4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff.tar.bz2
volse-hubzilla-d4a6a6b4f513cfe4cb1b7a003e10d8dc9edcdfff.zip
diaspora share not rendering issue - still have one remaining (the recursive share from hell)
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-xinclude/diaspora.php2
1 files changed, 1 insertions, 1 deletions
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);