summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Flag.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-10-19 14:57:16 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-10-19 14:57:16 +0200
commitb9cf9c6aaceca5904a133ab2813d01763d8e7896 (patch)
treec4d92719ef1ca4e3602d97b79f892478fb06136a /Bugzilla/Flag.pm
parent6c418d66ecdc4bf7a10b170cfc0a67512e5166fb (diff)
downloadbugzilla-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/Flag.pm')
-rw-r--r--Bugzilla/Flag.pm2
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);