This commit is contained in:
Frank Dillon 2006-05-10 04:36:28 +00:00
parent c88d51eb5f
commit a0d2dbaafe

View file

@ -2207,7 +2207,7 @@ sub saveRegistration {
}
$counter++;
}
if ($self->session->form->get('checkoutNow') {
if ($self->session->form->get('checkoutNow')) {
srand;
$self->session->http->setRedirect($self->getUrl("op=viewCart;something=".rand(44345552)));
}