aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-28 17:33:29 -0800
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-28 17:33:29 -0800
commit78be753e3be38903b0eeb81e36a7c51704bc6cf3 (patch)
tree295e7a99a07ed742872570d1ecf72f4312978109 /Bugzilla/BugMail.pm
parent5080ecd2f4c2711b228127e1c12647906d37f3bd (diff)
downloadbugs-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar
bugs-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.gz
bugs-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.bz2
bugs-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.xz
bugs-78be753e3be38903b0eeb81e36a7c51704bc6cf3.zip
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 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index e7694c32e..a4fbfa3d8 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -647,7 +647,6 @@ sub sendMail {
my $template = Bugzilla->template_inner($user->settings->{'lang'}->{'value'});
$template->process("email/newchangedmail.txt.tmpl", $vars, \$msg)
|| ThrowTemplateError($template->error());
- Bugzilla->template_inner("");
MessageToMTA($msg);