diff options
-rwxr-xr-x | post_bug.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi index d701a9172..5a98cc653 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -160,7 +160,7 @@ if (Param("useqacontact")) { } } -if (UserInGroup("canedit") || UserInGroup("canconfirm")) { +if (UserInGroup("editbugs") || UserInGroup("canconfirm")) { # Default to NEW if the user hasn't selected another status $::FORM{'bug_status'} ||= "NEW"; } else { |