summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Config/GroupSecurity.pm
diff options
context:
space:
mode:
authorwurblzap%gmail.com <>2006-05-08 06:57:43 +0200
committerwurblzap%gmail.com <>2006-05-08 06:57:43 +0200
commitde2473331317dee776a12421ed9cd38e8436f582 (patch)
tree1b0a27ba452cd2b59416fd5c5a2af5b06078aaf2 /Bugzilla/Config/GroupSecurity.pm
parentece3a7ec4685b281efee69286a4dbdeb44971661 (diff)
downloadbugzilla-de2473331317dee776a12421ed9cd38e8436f582.tar.gz
bugzilla-de2473331317dee776a12421ed9cd38e8436f582.tar.xz
Bug 333581: Provide editbugs as default timetrackinggroup value.
Patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, kevin.benton, a=myk
Diffstat (limited to 'Bugzilla/Config/GroupSecurity.pm')
-rw-r--r--Bugzilla/Config/GroupSecurity.pm2
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'
},
{