summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/GroupSecurity.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm
index 08b202cda..0235a8cb1 100644
--- a/Bugzilla/Config/GroupSecurity.pm
+++ b/Bugzilla/Config/GroupSecurity.pm
@@ -94,6 +94,7 @@ sub get_param_list {
sub _get_all_group_names {
my @group_names = map {$_->name} Bugzilla::Group::get_all_groups();
+ unshift(@group_names, '');
return \@group_names;
}
1;