From: Max Kanat-Alexander Date: Thu, 13 May 2010 06:16:30 +0000 (-0700) Subject: Bug 565240: Make colchange.cgi exit after it redirects the user, instead X-Git-Tag: bugzilla-3.6.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9670fd004aa16e53ce21cfa7df88422821330b8c;p=thirdparty%2Fbugzilla.git Bug 565240: Make colchange.cgi exit after it redirects the user, instead of printing a template afterward r=justdave, a=mkanat --- diff --git a/colchange.cgi b/colchange.cgi index 409f15e5a3..f8ba353e47 100755 --- a/colchange.cgi +++ b/colchange.cgi @@ -161,6 +161,7 @@ if (defined $cgi->param('rememberedquery')) { } else { print $cgi->redirect($vars->{'redirect_url'}); + exit; } $template->process("global/message.html.tmpl", $vars)