Commit af679ba9 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms;…

Bug 224397: Mismatch of user error: insufficient_privs vs insufficient_perms; patch by caduvall@glue.umd.edu (chaduv); r=justdave; a=justdave.
parent 6d07621d
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment