From d93f2e56c9607d5ad4fb1dd95e63c6cc0940cbc9 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 11 Feb 2010 10:56:08 -0800 Subject: Bug 545683: New Hook: bugmail_recipients r=mkanat, a=mkanat (module owner) --- Bugzilla/BugMail.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/BugMail.pm') diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index 7412838f7..7a92b13a5 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -42,6 +42,7 @@ use Bugzilla::Product; use Bugzilla::Component; use Bugzilla::Status; use Bugzilla::Mailer; +use Bugzilla::Hook; use Date::Parse; use Date::Format; @@ -425,6 +426,9 @@ sub Send { } } } + + Bugzilla::Hook::process('bugmail_recipients', + { recipients => \%recipients }); # Find all those user-watching anyone on the current list, who is not # on it already themselves. -- cgit v1.2.3-24-g4f1b