summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-19 06:50:11 +0100
committerByron Jones <bjones@mozilla.com>2013-02-19 06:50:11 +0100
commitaf17848d5a0395fffa6db2d83d682407a5a4fcb5 (patch)
tree65a3c81fe2179b5cf8392c6ed504ad7852673ef4 /Bugzilla/Template.pm
parent9dcee80b83ccdc0b6262e271a5d0acc876457f42 (diff)
downloadbugzilla-af17848d5a0395fffa6db2d83d682407a5a4fcb5.tar.gz
bugzilla-af17848d5a0395fffa6db2d83d682407a5a4fcb5.tar.xz
Bug 842038
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index b19943b03..40fa0ed1e 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -140,6 +140,7 @@ sub get_format {
return
{
'template' => $template,
+ 'format' => $format,
'extension' => $ctype,
'ctype' => Bugzilla::Constants::contenttypes->{$ctype}
};