diff options
author | Friendika <info@friendika.com> | 2011-10-20 05:43:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-20 05:43:33 -0700 |
commit | da416e0181663b33304eadc0b1db228e6f1f5b7d (patch) | |
tree | 8ed6ad43eba36ca72effd676572e1cb3f82cc8f2 /include/diaspora.php | |
parent | 96c0598737a86d1c3861af2f149edf3d50edef22 (diff) | |
download | volse-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.php | 2 |
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 = ''; |