]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 652149: Rename request/email.txt.tmpl into email/flagmail.txt.tmpl
authorFrédéric Buclin <LpSolit@gmail.com>
Wed, 19 Oct 2011 12:57:16 +0000 (14:57 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Wed, 19 Oct 2011 12:57:16 +0000 (14:57 +0200)
r=glob a=LpSolit

Bugzilla/Flag.pm
template/en/default/email/flagmail.txt.tmpl [moved from template/en/default/request/email.txt.tmpl with 100% similarity]

index a4b5a026aeba0c878085d02d492bedcb46f75445..f0c9399c0cc1d7ac569c404c0db0c67f8891bb59 100644 (file)
@@ -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);