diff options
author | Friendika <info@friendika.com> | 2011-08-15 19:46:47 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-15 19:46:47 -0700 |
commit | 9634bb514f3c431027a51baa39647681db598987 (patch) | |
tree | 88edfd5dc28406d6b20392e900610f4fa979e3e3 /include/diaspora.php | |
parent | a93b6757b1b48f268db8f6d2f05bc875c91264a0 (diff) | |
download | volse-hubzilla-9634bb514f3c431027a51baa39647681db598987.tar.gz volse-hubzilla-9634bb514f3c431027a51baa39647681db598987.tar.bz2 volse-hubzilla-9634bb514f3c431027a51baa39647681db598987.zip |
doh! add body to the item
Diffstat (limited to 'include/diaspora.php')
-rw-r--r-- | include/diaspora.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 87626cb63..ada7f63ab 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); |