From ebe374d572174e33dc3c4ea1e747efa88957f3be Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 1 Oct 2015 19:49:06 -0700 Subject: notification changes to support testdrive --- include/enotify.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/enotify.php') diff --git a/include/enotify.php b/include/enotify.php index d0228bf50..6f4083155 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -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); -- cgit v1.2.3 From 982ff8733fc4c66833c94bb9d4c135f6fb3ed7fe Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 1 Oct 2015 19:54:28 -0700 Subject: one more change --- include/enotify.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/enotify.php') diff --git a/include/enotify.php b/include/enotify.php index 6f4083155..80afe8ed6 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -315,6 +315,7 @@ function notification($params) { 'epreamble' => $epreamble, 'body' => $body, 'sitelink' => $sitelink, + 'sitename' => $sitename, 'tsitelink' => $tsitelink, 'hsitelink' => $hsitelink, 'itemlink' => $itemlink, -- cgit v1.2.3