From 0a59a855a06ea98ab31b0cc63d9abaa12f484cd2 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Tue, 8 Mar 2005 05:35:16 +0000 Subject: [PATCH] Bug 273825 : UserInGroup("canedit") in post_bug.cgi sounds incorrect Patch by Frederic Buclin r=jpeshkin a=justdave --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post_bug.cgi b/post_bug.cgi index 609993d93a..89be43c917 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -152,7 +152,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 { -- 2.47.2