doh! add body to the item

This commit is contained in:
Friendika 2011-08-15 19:46:47 -07:00
parent a93b6757b1
commit 9634bb514f
1 changed files with 1 additions and 0 deletions

View File

@ -391,6 +391,7 @@ function diaspora_post($importer,$contact,$xml) {
$datarray['author-name'] = $contact['name'];
$datarray['author-link'] = $contact['url'];
$datarray['author-avatar'] = $contact['thumb'];
$datarray['body'] = $body;
item_store($datarray);