summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2011-01-27 11:35:32 +0100
committerGervase Markham <gerv@mozilla.org>2011-01-27 11:35:32 +0100
commitedfb8c95f0f19e0482b9c8c4eda4832787f7fd18 (patch)
tree282a654b365a3eaa8756c670690b1c7033ff7dad /Bugzilla/BugMail.pm
parent00e1708f9a9162ebb02aaa5a19eb6dcfc8726df8 (diff)
downloadbugzilla-edfb8c95f0f19e0482b9c8c4eda4832787f7fd18.tar.gz
bugzilla-edfb8c95f0f19e0482b9c8c4eda4832787f7fd18.tar.xz
Add diffs parameter to bugmail_recipients hook. r=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=616422
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 41b7a3cf1..9630ce0ed 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -191,7 +191,7 @@ sub Send {
Bugzilla::Hook::process('bugmail_recipients',
{ bug => $bug, recipients => \%recipients,
- users => \%user_cache });
+ users => \%user_cache, diffs => $diffs });
# Find all those user-watching anyone on the current list, who is not
# on it already themselves.