aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-06-09 19:07:15 -0700
committerfriendica <info@friendica.com>2014-06-09 19:07:15 -0700
commit970c82faa3e58264f60d0d9e7700ac92b1ea02ad (patch)
tree527b002048c635b478c855cd5f07f72366108c43 /include/enotify.php
parent0fb82346930dd68d7a973d7c83ceb06935188cca (diff)
downloadvolse-hubzilla-970c82faa3e58264f60d0d9e7700ac92b1ea02ad.tar.gz
volse-hubzilla-970c82faa3e58264f60d0d9e7700ac92b1ea02ad.tar.bz2
volse-hubzilla-970c82faa3e58264f60d0d9e7700ac92b1ea02ad.zip
notify tweaks
Diffstat (limited to 'include/enotify.php')
-rw-r--r--include/enotify.php2
1 files changed, 2 insertions, 0 deletions
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);