From 0b598dedd04c185a17f28c5197a05472e1a54c12 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 23 Dec 2011 23:07:05 -0800 Subject: more work on enotify --- include/items.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/items.php') 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'], -- cgit v1.2.3