notify tweaks

This commit is contained in:
friendica 2014-06-09 19:07:15 -07:00
parent 0fb8234693
commit 970c82faa3

View File

@ -345,6 +345,8 @@ function notification($params) {
$datarray['verb'] = $params['verb']; $datarray['verb'] = $params['verb'];
$datarray['otype'] = $params['otype']; $datarray['otype'] = $params['otype'];
$datarray['abort'] = false; $datarray['abort'] = false;
$datarray['item'] = $params['item'];
call_hooks('enotify_store', $datarray); call_hooks('enotify_store', $datarray);