Skip to content

Commit 3bb1902

Browse files
committed
Fix issue 349
1 parent ec5c829 commit 3bb1902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/CheckoutController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function preDispatch()
3232
}
3333

3434
if (count($this->view->cart->getItems()) == 0 && !in_array($this->getParam('action'), $allowedActions)) {
35-
$this->redirect(\CoreShop::getTools()->url(['act' => 'list'], 'coreshop_cart', true));
35+
$this->redirect(\CoreShop::getTools()->url(['act' => 'list', 'lang' => $this->view->language], 'coreshop_cart', true));
3636
}
3737

3838
if (!is_array($this->session->order)) {

0 commit comments

Comments
 (0)