Bug 565240: Make colchange.cgi exit after it redirects the user, instead

of printing a template afterward
r=justdave, a=mkanat


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@260289 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-05-13 06:35:01 +00:00
parent 3bc3ab707d
commit 5e833bc05f
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
7093
7094

View File

@ -161,6 +161,7 @@ if (defined $cgi->param('rememberedquery')) {
}
else {
print $cgi->redirect($vars->{'redirect_url'});
exit;
}
$template->process("global/message.html.tmpl", $vars)