diff options
author | friendica <info@friendica.com> | 2011-12-23 23:07:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2011-12-23 23:07:05 -0800 |
commit | 0b598dedd04c185a17f28c5197a05472e1a54c12 (patch) | |
tree | 101473cdf371896f1a3fcf436e0ec6f63e293286 /include/items.php | |
parent | 202725e671bab0d2f54319cfbb5351d80d9c5bd6 (diff) | |
download | volse-hubzilla-0b598dedd04c185a17f28c5197a05472e1a54c12.tar.gz volse-hubzilla-0b598dedd04c185a17f28c5197a05472e1a54c12.tar.bz2 volse-hubzilla-0b598dedd04c185a17f28c5197a05472e1a54c12.zip |
more work on enotify
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/items.php b/include/items.php index 278a9242e..4666211d8 100644 --- a/include/items.php +++ b/include/items.php @@ -1830,8 +1830,7 @@ function local_delivery($importer,$data) { 'language' => $importer['language'], 'to_name' => $importer['username'], 'to_email' => $importer['email'], - 'title' => $msg['title'], - 'body' => $msg['body'], + 'item' => $msg, 'source_name' => $msg['from-name'], 'source_link' => $importer['url'], 'source_photo' => $importer['thumb'], |