]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 773948: duplicates.cgi must include Bugzilla::Bug
authorKoosha Khajeh Moogahi <koosha.khajeh@gmail.com>
Mon, 23 Jul 2012 14:33:58 +0000 (16:33 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 23 Jul 2012 14:33:58 +0000 (16:33 +0200)
r=glob a=LpSolit

duplicates.cgi

index e3394d9dbf8b89525c256e8423e06db63f2de7ec..01962218bd9d1b01ef9ed616d5dd1e80a4eb7280 100755 (executable)
@@ -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;