bug fix
This commit is contained in:
parent
c88d51eb5f
commit
a0d2dbaafe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue