diff options
-rw-r--r-- | Bugzilla/Config/GroupSecurity.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Config/GroupSecurity.pm b/Bugzilla/Config/GroupSecurity.pm index bd1aa3829..f1f1ac2a6 100644 --- a/Bugzilla/Config/GroupSecurity.pm +++ b/Bugzilla/Config/GroupSecurity.pm @@ -67,7 +67,7 @@ sub get_param_list { { name => 'timetrackinggroup', type => 't', - default => '' + default => 'editbugs' }, { |