diff options
author | Sam James <sam@gentoo.org> | 2024-08-25 16:20:26 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-25 16:20:26 +0100 |
commit | c9a017b07e1a75a4897d21356ab48a37e3070398 (patch) | |
tree | 38d61d2c80e346c9ca770d46fe620b26ed1d7c67 | |
parent | extensions: RestrictComments: adapt to BZ API change (diff) | |
download | bugzilla-c9a017b07e1a75a4897d21356ab48a37e3070398.tar.gz bugzilla-c9a017b07e1a75a4897d21356ab48a37e3070398.tar.bz2 bugzilla-c9a017b07e1a75a4897d21356ab48a37e3070398.zip |
extensions: RestrictComments: fix whitespace
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | extensions/RestrictComments/lib/Config.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/RestrictComments/lib/Config.pm b/extensions/RestrictComments/lib/Config.pm index 24bc747d3..c16bdedd7 100644 --- a/extensions/RestrictComments/lib/Config.pm +++ b/extensions/RestrictComments/lib/Config.pm @@ -30,7 +30,6 @@ sub get_param_list { { name => 'restrict_comments_enable_group', type => 's', - choices => \&_get_all_group_names, default => '', checker => \&check_group |