From 78be753e3be38903b0eeb81e36a7c51704bc6cf3 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Sun, 28 Feb 2010 17:33:29 -0800 Subject: Bug 508823: Make it so that you don't ever have to reset template_inner (like Bugzilla->template_inner("")). r=LpSolit, a=LpSolit --- whineatnews.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'whineatnews.pl') 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"; -- cgit v1.2.3-24-g4f1b