summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-09-19 03:56:38 +0200
committermkanat%bugzilla.org <>2006-09-19 03:56:38 +0200
commitfef6f78c2c8b9441dfd268257d40691ec79ef9a1 (patch)
tree897795c8eac444026eeff03a1eb62d79447297ed /Bugzilla/BugMail.pm
parent5750cad16151bf7ad028f7dc79a8ab39b2f9a07a (diff)
downloadbugzilla-fef6f78c2c8b9441dfd268257d40691ec79ef9a1.tar.gz
bugzilla-fef6f78c2c8b9441dfd268257d40691ec79ef9a1.tar.xz
Bug 223880: "marked a duplicate" messages cannot be localized
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index 35b05d231..2fc8b0f72 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -645,7 +645,7 @@ sub sendMail {
};
my $msg;
- my $template = Bugzilla::Template->create();
+ my $template = Bugzilla->template_inner;
$template->process("email/newchangedmail.txt.tmpl", $vars, \$msg)
|| ThrowTemplateError($template->error());