diff options
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relogin.cgi b/relogin.cgi index 58ac84769..a8ebd18f4 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -56,7 +56,7 @@ if ($action eq 'sudo') { # Do not try to start a new session if one is already in progress! if (defined(Bugzilla->sudoer)) { - ThrowUserError('sudo-in-progress', { target => $user->login }); + ThrowUserError('sudo_in_progress', { target => $user->login }); } # We may have been given a value to put into the field |