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:
parent
3bc3ab707d
commit
5e833bc05f
@ -1 +1 @@
|
||||
7093
|
||||
7094
|
||||
@ -161,6 +161,7 @@ if (defined $cgi->param('rememberedquery')) {
|
||||
}
|
||||
else {
|
||||
print $cgi->redirect($vars->{'redirect_url'});
|
||||
exit;
|
||||
}
|
||||
|
||||
$template->process("global/message.html.tmpl", $vars)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user