From edfb8c95f0f19e0482b9c8c4eda4832787f7fd18 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Thu, 27 Jan 2011 10:35:32 +0000 Subject: Add diffs parameter to bugmail_recipients hook. r=mkanat. https://bugzilla.mozilla.org/show_bug.cgi?id=616422 --- Bugzilla/BugMail.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/BugMail.pm') 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. -- cgit v1.2.3-24-g4f1b