diff options
author | 2016-06-18 13:35:57 +0200 | |
---|---|---|
committer | 2016-06-18 13:35:57 +0200 | |
commit | 5ba92938780af94afd6b9cc5ed5bde4d9f0e85d5 (patch) | |
tree | 123709dae18f3b81a214a2d331fbec2f3c678fdf /attachment.cgi | |
parent | Import Bugzilla::Error for ThrowUserError (diff) | |
parent | Bumped version to 5.0.3 (diff) | |
download | bugzilla-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-x | attachment.cgi | 1 |
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 |