diff options
author | mkanat%bugzilla.org <> | 2006-07-04 06:42:45 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-07-04 06:42:45 +0200 |
commit | d15c41c6916aa127a3099a09f592b05d418189b1 (patch) | |
tree | c7c4df5cf9fb253f720f275527711ae24503595c /attachment.cgi | |
parent | b1f4cf8bdc4b49c02ebebbee2553202bc46ab720 (diff) | |
download | bugzilla-d15c41c6916aa127a3099a09f592b05d418189b1.tar.gz bugzilla-d15c41c6916aa127a3099a09f592b05d418189b1.tar.xz |
Bug 338375: Use Bugzilla->params everywhere instead of Param().
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 3ed2984c4..fcbd10020 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -38,7 +38,7 @@ use strict; use lib qw(.); use Bugzilla; -use Bugzilla::Config qw(:DEFAULT :localconfig); +use Bugzilla::Config qw(:localconfig); use Bugzilla::Constants; use Bugzilla::Error; use Bugzilla::Flag; |