diff options
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
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); |