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 --- Bugzilla/Flag.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'Bugzilla/Flag.pm') diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 90944a2a8..af07bfaa1 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -1012,7 +1012,6 @@ sub notify { $template->process("request/email.txt.tmpl", $vars, \$message) || ThrowTemplateError($template->error()); - Bugzilla->template_inner(""); MessageToMTA($message); } } -- cgit v1.2.3-24-g4f1b