]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Buclin <LpSolit...
authorlpsolit%gmail.com <>
Tue, 24 Oct 2006 03:27:15 +0000 (03:27 +0000)
committerlpsolit%gmail.com <>
Tue, 24 Oct 2006 03:27:15 +0000 (03:27 +0000)
Bugzilla/Bug.pm

index afb8c567af3c5af6ccc3e88559e4044045ac2578..bddd11b471049ce872171c5faeaba2294543e07e 100755 (executable)
@@ -40,6 +40,8 @@ use Bugzilla::User;
 use Bugzilla::Util;
 use Bugzilla::Error;
 use Bugzilla::Product;
+use Bugzilla::Component;
+use Bugzilla::Group;
 
 use List::Util qw(min);