// Fix #PSCFV-4675

This commit is contained in:
rGaillard
2012-10-04 09:27:14 +00:00
parent 6fdff5f10d
commit 20e4d74b2e
2 changed files with 5 additions and 2 deletions
+3
View File
@@ -92,7 +92,10 @@ class CartControllerCore extends FrontController
Tools::redirect('index.php?controller=order&'.(isset($this->id_product) ? 'ipa='.$this->id_product : ''));
}
}
elseif (!$this->isTokenValid())
Tools::redirect('index.php');
}
/**