diff options
Diffstat (limited to 'Bugzilla/Group.pm')
-rw-r--r-- | Bugzilla/Group.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Group.pm b/Bugzilla/Group.pm index 6bdacbe6d..d9f49c074 100644 --- a/Bugzilla/Group.pm +++ b/Bugzilla/Group.pm @@ -31,6 +31,7 @@ use base qw(Bugzilla::Object); use Bugzilla::Constants; use Bugzilla::Util; use Bugzilla::Error; +use Bugzilla::Config qw(:admin); ############################### ##### Module Initialization ### |