diff options
author | Koosha Khajeh Moogahi <koosha.khajeh@gmail.com> | 2012-07-23 16:33:58 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-07-23 16:33:58 +0200 |
commit | 19f3bf5073fb064ddc014984ae8382eaa8a02705 (patch) | |
tree | 99402e85193dc9d77c922c0138224c0a507f960c /duplicates.cgi | |
parent | Bug 770104: Fix "use of unitialized value" warning when USER_AGENT is missing (diff) | |
download | bugzilla-19f3bf5073fb064ddc014984ae8382eaa8a02705.tar.gz bugzilla-19f3bf5073fb064ddc014984ae8382eaa8a02705.tar.bz2 bugzilla-19f3bf5073fb064ddc014984ae8382eaa8a02705.zip |
Bug 773948: duplicates.cgi must include Bugzilla::Bug
r=glob a=LpSolit
Diffstat (limited to 'duplicates.cgi')
-rwxr-xr-x | duplicates.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duplicates.cgi b/duplicates.cgi index e3394d9db..01962218b 100755 --- a/duplicates.cgi +++ b/duplicates.cgi @@ -13,7 +13,7 @@ use Bugzilla; use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; -use Bugzilla::Search; +use Bugzilla::Bug; use Bugzilla::Field; use Bugzilla::Product; |