aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-10-20 05:43:33 -0700
committerFriendika <info@friendika.com>2011-10-20 05:43:33 -0700
commitda416e0181663b33304eadc0b1db228e6f1f5b7d (patch)
tree8ed6ad43eba36ca72effd676572e1cb3f82cc8f2 /include/diaspora.php
parent96c0598737a86d1c3861af2f149edf3d50edef22 (diff)
downloadvolse-hubzilla-da416e0181663b33304eadc0b1db228e6f1f5b7d.tar.gz
volse-hubzilla-da416e0181663b33304eadc0b1db228e6f1f5b7d.tar.bz2
volse-hubzilla-da416e0181663b33304eadc0b1db228e6f1f5b7d.zip
bug in diaspora_reshare
Diffstat (limited to 'include/diaspora.php')
-rw-r--r--include/diaspora.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index 0528c5575..89707967f 100644
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -673,8 +673,6 @@ function diaspora_reshare($importer,$xml) {
$created = unxmlify($xml->created_at);
$private = ((unxmlify($xml->public) == 'false') ? 1 : 0);
- $body = diaspora2bb($xml->raw_message);
-
$datarray = array();
$str_tags = '';