]> git.mxchange.org Git - friendica.git/commitdiff
doh! add body to the item
authorFriendika <info@friendika.com>
Tue, 16 Aug 2011 02:46:47 +0000 (19:46 -0700)
committerFriendika <info@friendika.com>
Tue, 16 Aug 2011 02:46:47 +0000 (19:46 -0700)
include/diaspora.php

index 87626cb63dda60560b32c7b555402c92aec431a4..ada7f63ab4e2a94353b2b0f5048a2b7939a27356 100644 (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);