From 44f10d0bc182551eeeed0a0e1bf9a6fba32721e9 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 20 Jan 2017 15:57:00 +0000 Subject: [PATCH] Bug 1332540 - Cannot set param "delete_comments_group": Undefined subroutine &Bugzilla::Extension::BMO::check_group called --- extensions/BMO/Extension.pm | 1 + 1 file changed, 1 insertion(+) 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; -- 2.47.3