From: Frédéric Buclin Date: Wed, 19 Oct 2011 12:57:16 +0000 (+0200) Subject: Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmpl X-Git-Tag: bugzilla-4.3.1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cf9c6aaceca5904a133ab2813d01763d8e7896;p=thirdparty%2Fbugzilla.git Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmpl r=glob a=LpSolit --- diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index a4b5a026ae..f0c9399c0c 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -991,7 +991,7 @@ sub notify { my $template = Bugzilla->template_inner($lang); my $message; - $template->process("request/email.txt.tmpl", $vars, \$message) + $template->process("email/flagmail.txt.tmpl", $vars, \$message) || ThrowTemplateError($template->error()); MessageToMTA($message); diff --git a/template/en/default/request/email.txt.tmpl b/template/en/default/email/flagmail.txt.tmpl similarity index 100% rename from template/en/default/request/email.txt.tmpl rename to template/en/default/email/flagmail.txt.tmpl