From d2ee5a822feb4528675d7d0763d231bb7ef9a3ad Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 4 Dec 2009 14:46:45 +0000 Subject: Bug 531500: Allow the mailer_before_send hook to modify the arguments passed to Email::Send Patch by Max Kanat-Alexander r=dkl, a=mkanat --- Bugzilla/Hook.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index 7ee033f86..b042f36ad 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -482,6 +482,9 @@ Params: =item C - The C object that's about to be sent. +=item C - An arrayref that's passed as C to +L. + =back =head2 object_before_create -- cgit v1.2.3-24-g4f1b