diff options
author | David Lawrence <dkl@mozilla.com> | 2017-01-20 16:57:00 +0100 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2017-01-20 16:57:00 +0100 |
commit | 44f10d0bc182551eeeed0a0e1bf9a6fba32721e9 (patch) | |
tree | 6dcd8612ead7bd8829b07c0e2d9356ffc1fedd1e /extensions/BMO | |
parent | 1ff9f80e8fc775561f56fce74d1c9fa19b22205e (diff) | |
download | bugzilla-44f10d0bc182551eeeed0a0e1bf9a6fba32721e9.tar.gz bugzilla-44f10d0bc182551eeeed0a0e1bf9a6fba32721e9.tar.xz |
Bug 1332540 - Cannot set param "delete_comments_group": Undefined subroutine &Bugzilla::Extension::BMO::check_group called
Diffstat (limited to 'extensions/BMO')
-rw-r--r-- | extensions/BMO/Extension.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/BMO/Extension.pm b/extensions/BMO/Extension.pm index e54a674ba..8412a2518 100644 --- a/extensions/BMO/Extension.pm +++ b/extensions/BMO/Extension.pm @@ -31,6 +31,7 @@ use base qw(Bugzilla::Extension); use Bugzilla::Bug; use Bugzilla::BugMail; +use Bugzilla::Config::Common qw(check_group); use Bugzilla::Constants; use Bugzilla::Error; use Bugzilla::Field; |