fix bug
This commit is contained in:
parent
6e4ac1796e
commit
c88d51eb5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2207,7 +2207,7 @@ sub saveRegistration {
|
||||||
}
|
}
|
||||||
$counter++;
|
$counter++;
|
||||||
}
|
}
|
||||||
if $self->session->form->get('checkoutNow') {
|
if ($self->session->form->get('checkoutNow') {
|
||||||
srand;
|
srand;
|
||||||
$self->session->http->setRedirect($self->getUrl("op=viewCart;something=".rand(44345552)));
|
$self->session->http->setRedirect($self->getUrl("op=viewCart;something=".rand(44345552)));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue