diff options
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index d0228bf50..80afe8ed6 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -315,9 +315,12 @@ function notification($params) { 'epreamble' => $epreamble, 'body' => $body, 'sitelink' => $sitelink, + 'sitename' => $sitename, 'tsitelink' => $tsitelink, 'hsitelink' => $hsitelink, - 'itemlink' => $itemlink + 'itemlink' => $itemlink, + 'sender' => $sender, + 'recipient' => $recip ); call_hooks('enotify', $h); |