From: Friendika Date: Tue, 16 Aug 2011 02:46:47 +0000 (-0700) Subject: doh! add body to the item X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9634bb514f3c431027a51baa39647681db598987;p=friendica.git doh! add body to the item --- diff --git a/include/diaspora.php b/include/diaspora.php index 87626cb63d..ada7f63ab4 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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);