bug in diaspora_reshare
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user