summaryrefslogtreecommitdiffstats
path: root/whineatnews.pl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-01 02:33:29 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-03-01 02:33:29 +0100
commit78be753e3be38903b0eeb81e36a7c51704bc6cf3 (patch)
tree295e7a99a07ed742872570d1ecf72f4312978109 /whineatnews.pl
parent5080ecd2f4c2711b228127e1c12647906d37f3bd (diff)
downloadbugzilla-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.gz
bugzilla-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.xz
Bug 508823: Make it so that you don't ever have to reset template_inner (like
Bugzilla->template_inner("")). r=LpSolit, a=LpSolit
Diffstat (limited to 'whineatnews.pl')
-rwxr-xr-xwhineatnews.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/whineatnews.pl b/whineatnews.pl
index df9006230..7be485d29 100755
--- a/whineatnews.pl
+++ b/whineatnews.pl
@@ -89,7 +89,6 @@ foreach my $email (sort (keys %bugs)) {
$template->process("email/whine.txt.tmpl", $vars, \$msg)
or die($template->error());
- Bugzilla->template_inner("");
MessageToMTA($msg);
print "$email " . join(" ", @{$bugs{$email}}) . "\n";