summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-09-04 20:38:46 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-09-04 20:38:46 +0200
commit14b8682310dafc74fee9180f4bd2179ba82db980 (patch)
treec0662be09dc214e4a725898b8afa6f8a5a59ea59 /whine.pl
parent87f2b0d50663ce1dd85a501fa62546896dd80be9 (diff)
downloadbugzilla-14b8682310dafc74fee9180f4bd2179ba82db980.tar.gz
bugzilla-14b8682310dafc74fee9180f4bd2179ba82db980.tar.xz
Bug 784578 - Change whine emails from hiding secure bug information to encrypting the mail
r=glob
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/whine.pl b/whine.pl
index 7e02a64e7..ad6067228 100755
--- a/whine.pl
+++ b/whine.pl
@@ -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'} ||= [];