From af17848d5a0395fffa6db2d83d682407a5a4fcb5 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 19 Feb 2013 13:50:11 +0800 Subject: Bug 842038 --- Bugzilla/Template.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Template.pm') 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} }; -- cgit v1.2.3-24-g4f1b