diff options
Diffstat (limited to 'whine.pl')
-rwxr-xr-x | whine.pl | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -35,7 +35,6 @@ use Bugzilla::User; use Bugzilla::Mailer; use Bugzilla::Util; use Bugzilla::Group; -use Bugzilla::Hook; # create some handles that we'll need my $template = Bugzilla->template; @@ -368,8 +367,6 @@ sub mail { # Don't send mail to someone whose bugmail notification is disabled. return if $addressee->email_disabled; - Bugzilla::Hook::process('whine_before_send', { params => $args }); - my $template = Bugzilla->template_inner($addressee->setting('lang')); my $msg = ''; # it's a temporary variable to hold the template output $args->{'alternatives'} ||= []; |