diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-28 17:33:29 -0800 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-02-28 17:33:29 -0800 |
commit | 78be753e3be38903b0eeb81e36a7c51704bc6cf3 (patch) | |
tree | 295e7a99a07ed742872570d1ecf72f4312978109 /whine.pl | |
parent | Bug 547466: Release Notes for Bugzilla 3.6rc1 (diff) | |
download | bugzilla-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.gz bugzilla-78be753e3be38903b0eeb81e36a7c51704bc6cf3.tar.bz2 bugzilla-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 'whine.pl')
-rwxr-xr-x | whine.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -395,7 +395,6 @@ sub mail { $template->process("whine/multipart-mime.txt.tmpl", $args, \$msg) or die($template->error()); - Bugzilla->template_inner(""); MessageToMTA($msg); delete $args->{'boundary'}; |