This commit is contained in:
Frank Dillon 2006-05-10 04:35:17 +00:00
parent 6e4ac1796e
commit c88d51eb5f

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)));
}