notification changes to support testdrive

This commit is contained in:
redmatrix
2015-10-01 19:49:06 -07:00
parent dd45e7b4eb
commit ebe374d572
2 changed files with 5 additions and 1 deletions

View File

@@ -317,7 +317,9 @@ function notification($params) {
'sitelink' => $sitelink,
'tsitelink' => $tsitelink,
'hsitelink' => $hsitelink,
'itemlink' => $itemlink
'itemlink' => $itemlink,
'sender' => $sender,
'recipient' => $recip
);
call_hooks('enotify', $h);