diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-19 14:57:16 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-10-19 14:57:16 +0200 |
commit | b9cf9c6aaceca5904a133ab2813d01763d8e7896 (patch) | |
tree | c4d92719ef1ca4e3602d97b79f892478fb06136a /Bugzilla | |
parent | 6c418d66ecdc4bf7a10b170cfc0a67512e5166fb (diff) | |
download | bugzilla-b9cf9c6aaceca5904a133ab2813d01763d8e7896.tar.gz bugzilla-b9cf9c6aaceca5904a133ab2813d01763d8e7896.tar.xz |
Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmpl
r=glob a=LpSolit
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Flag.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index a4b5a026a..f0c9399c0 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); |