From: jocuri%softhome.net <> Date: Sun, 2 Nov 2003 04:02:47 +0000 (+0000) Subject: Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch... X-Git-Tag: bugzilla-2.17.5~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af679ba9288afc64a690bf379ce31c7142ebcabd;p=thirdparty%2Fbugzilla.git Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave. --- diff --git a/buglist.cgi b/buglist.cgi index f56b007ad0..fa664c251c 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -75,7 +75,7 @@ my $dotweak = $::FORM{'tweak'} ? 1 : 0; # Log the user in if ($dotweak) { confirm_login(); - UserInGroup("editbugs") || ThrowUserError("insufficient_perms_for_multi"); + UserInGroup("editbugs") || ThrowUserError("insufficient_privs_for_multi"); GetVersionTable(); } else {