From 46c89016520cf272223cba52e704388fa94b4392 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Mon, 24 Oct 2005 04:47:50 +0000 Subject: Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis Melentyev r=LpSolit a=justdave --- relogin.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'relogin.cgi') 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 -- cgit v1.2.3-24-g4f1b