From 970c82faa3e58264f60d0d9e7700ac92b1ea02ad Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Jun 2014 19:07:15 -0700 Subject: notify tweaks --- include/enotify.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/enotify.php') diff --git a/include/enotify.php b/include/enotify.php index 7ab4fe5ed..8baf5c09f 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -345,6 +345,8 @@ function notification($params) { $datarray['verb'] = $params['verb']; $datarray['otype'] = $params['otype']; $datarray['abort'] = false; + + $datarray['item'] = $params['item']; call_hooks('enotify_store', $datarray); -- cgit v1.2.3