diff options
author | Dylan Hardison <dylan@mozilla.com> | 2015-11-02 15:51:41 +0100 |
---|---|---|
committer | Dylan Hardison <dylan@mozilla.com> | 2015-11-02 15:51:41 +0100 |
commit | 2c083757e24bfefa716c113531bd67e3f75839c6 (patch) | |
tree | 1a2c43bcb17708b6c2b42ba1dbc884b0e859cd64 /describekeywords.cgi | |
parent | 5852295860d51040f69bbaf957cc8ed6bfd7358b (diff) | |
download | bugzilla-2c083757e24bfefa716c113531bd67e3f75839c6.tar.gz bugzilla-2c083757e24bfefa716c113531bd67e3f75839c6.tar.xz |
Bug 1207721 - change the insider group from core-security to core-security-release
Diffstat (limited to 'describekeywords.cgi')
-rwxr-xr-x | describekeywords.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/describekeywords.cgi b/describekeywords.cgi index 056f58269..3850125cc 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('core-security'); +my $can_see_security = Bugzilla->user->in_group('core-security-release'); my $keywords = Bugzilla::Keyword->get_all_with_bug_count(); foreach my $keyword (@$keywords) { $keyword->{'bug_count'} = 0 |