Commit b9cf9c6a authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmpl

r=glob a=LpSolit
parent 6c418d66
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment