From da416e0181663b33304eadc0b1db228e6f1f5b7d Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 20 Oct 2011 05:43:33 -0700 Subject: bug in diaspora_reshare --- include/diaspora.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/diaspora.php') 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 = ''; -- cgit v1.2.3