summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorReed Loden <reed@reedloden.com>2012-01-12 06:50:05 +0100
committerByron Jones <bjones@mozilla.com>2012-01-12 06:50:05 +0100
commita16d7573b3163029e65ec1f14f44df58eae9c66a (patch)
tree5d4acfe88ca35c9d975465f0aaa58e32ccc9e218 /Bugzilla/Constants.pm
parent943619d811acc82800a916b38905c0d5846e74fe (diff)
downloadbugzilla-a16d7573b3163029e65ec1f14f44df58eae9c66a.tar.gz
bugzilla-a16d7573b3163029e65ec1f14f44df58eae9c66a.tar.xz
Bug 717502: add PDF to the list of selectable content-types
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 5f5489aea..841bdd9e4 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -456,6 +456,7 @@ use constant contenttypes =>
"csv" => "text/csv" ,
"png" => "image/png" ,
"ics" => "text/calendar" ,
+ "pdf" => "application/pdf" ,
};
# Usage modes. Default USAGE_MODE_BROWSER. Use with Bugzilla->usage_mode.