Commit 4971fab0 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

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

of printing a template afterward r=justdave, a=mkanat
parent 5977f8c2
......@@ -153,6 +153,7 @@ if (defined $cgi->param('rememberedquery')) {
}
else {
print $cgi->redirect($vars->{'redirect_url'});
exit;
}
$template->process("global/message.html.tmpl", $vars)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment