aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-09 15:53:58 -0700
committerfriendica <info@friendica.com>2014-09-09 15:53:58 -0700
commitf52e754dc6d66538048c56b36fab97e32196c3bb (patch)
tree9133f80875d9e9c111455e50132c99bcd833986c /include/diaspora.php
parent35051405a0cd7d3635641dffa44bdde2d1efee36 (diff)
downloadvolse-hubzilla-f52e754dc6d66538048c56b36fab97e32196c3bb.tar.gz
volse-hubzilla-f52e754dc6d66538048c56b36fab97e32196c3bb.tar.bz2
volse-hubzilla-f52e754dc6d66538048c56b36fab97e32196c3bb.zip
put back old pointer
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 adf4e9cb9..ae2db9407 100755
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -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);