aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2016-06-18 13:35:57 +0200
committerChristian Ruppert <idl0r@gentoo.org>2016-06-18 13:35:57 +0200
commit5ba92938780af94afd6b9cc5ed5bde4d9f0e85d5 (patch)
tree123709dae18f3b81a214a2d331fbec2f3c678fdf /attachment.cgi
parentImport Bugzilla::Error for ThrowUserError (diff)
parentBumped version to 5.0.3 (diff)
downloadbugzilla-5ba92938780af94afd6b9cc5ed5bde4d9f0e85d5.tar.gz
bugzilla-5ba92938780af94afd6b9cc5ed5bde4d9f0e85d5.tar.bz2
bugzilla-5ba92938780af94afd6b9cc5ed5bde4d9f0e85d5.zip
Merge tag 'release-5.0.3' into bugstest
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/attachment.cgi b/attachment.cgi
index c16e0f012..9566be868 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -26,6 +26,7 @@ use Bugzilla::Attachment::PatchReader;
use Bugzilla::Token;
use Encode qw(encode find_encoding);
+use Encode::MIME::Header; # Required to alter Encode::Encoding{'MIME-Q'}.
# For most scripts we don't make $cgi and $template global variables. But
# when preparing Bugzilla for mod_perl, this script used these