aboutsummaryrefslogtreecommitdiffstats
path: root/include/items.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-23 23:07:05 -0800
committerfriendica <info@friendica.com>2011-12-23 23:07:05 -0800
commit0b598dedd04c185a17f28c5197a05472e1a54c12 (patch)
tree101473cdf371896f1a3fcf436e0ec6f63e293286 /include/items.php
parent202725e671bab0d2f54319cfbb5351d80d9c5bd6 (diff)
downloadvolse-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.php3
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'],