From 933f413244c133d8ac86ccecb869bd356c73b92c Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Thu, 27 Aug 2015 18:45:55 +0000 Subject: Bug 1198598: change the bug count restrictions in describekeywords from 'security-group' to 'core-security' --- describekeywords.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'describekeywords.cgi') diff --git a/describekeywords.cgi b/describekeywords.cgi index b8ed9bb48..056f58269 100755 --- a/describekeywords.cgi +++ b/describekeywords.cgi @@ -40,7 +40,7 @@ Bugzilla->switch_to_shadow_db; # Hide bug counts for security keywords from users who aren't a member of the # security group -my $can_see_security = Bugzilla->user->in_group('security-group'); +my $can_see_security = Bugzilla->user->in_group('core-security'); my $keywords = Bugzilla::Keyword->get_all_with_bug_count(); foreach my $keyword (@$keywords) { $keyword->{'bug_count'} = 0 -- cgit v1.2.3-24-g4f1b