fix: content handler and redirects
This commit is contained in:
parent
c776703568
commit
fb434a8b3a
26 changed files with 74 additions and 542 deletions
|
|
@ -438,7 +438,7 @@ sub www_checkoutSubmit {
|
|||
# Check if shoppingcart contains any items. If not the user probably clicked reload, so we redirect to the current page.
|
||||
unless (@$normal || @$recurring) {
|
||||
$session->http->setRedirect($session->url->page);
|
||||
return '';
|
||||
return undef;
|
||||
}
|
||||
|
||||
# check submitted form params
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue