bug in diaspora_reshare

This commit is contained in:
Friendika
2011-10-20 05:43:33 -07:00
parent 96c0598737
commit da416e0181
5 changed files with 122 additions and 5 deletions

View File

@@ -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 = '';