summaryrefslogtreecommitdiffstats
path: root/extensions/EditComments/Extension.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-09-07 17:04:07 +0200
committerGitHub <noreply@github.com>2017-09-07 17:04:07 +0200
commit946e9116c2a2a4ccbc44f657827087bf44ba295a (patch)
treec110b20d0f189946915d737180f78e835c27e9b1 /extensions/EditComments/Extension.pm
parent8feb55f32ccd688d2b51105f4d56985abf0baa93 (diff)
downloadbugzilla-946e9116c2a2a4ccbc44f657827087bf44ba295a.tar.gz
bugzilla-946e9116c2a2a4ccbc44f657827087bf44ba295a.tar.xz
Bug 1397747 - Move _get_all_group_names to Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code
Diffstat (limited to 'extensions/EditComments/Extension.pm')
-rw-r--r--extensions/EditComments/Extension.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/EditComments/Extension.pm b/extensions/EditComments/Extension.pm
index 1dc22a85e..ab19ab6e7 100644
--- a/extensions/EditComments/Extension.pm
+++ b/extensions/EditComments/Extension.pm
@@ -249,7 +249,7 @@ sub config_modify_panels {
push @{ $args->{panels}->{groupsecurity}->{params} }, {
name => 'edit_comments_group',
type => 's',
- choices => \&Bugzilla::Config::GroupSecurity::_get_all_group_names,
+ choices => \&get_all_group_names,
default => 'admin',
checker => \&check_group
};