From 946e9116c2a2a4ccbc44f657827087bf44ba295a Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 7 Sep 2017 11:04:07 -0400 Subject: Bug 1397747 - Move _get_all_group_names to Bugzilla::Config::Common::_get_all_group_names, and remove copy-pasted code --- extensions/EditComments/Extension.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/EditComments') 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 }; -- cgit v1.2.3-24-g4f1b