// Fix #PSCFV-4675

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17747 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-10-04 09:27:14 +00:00
parent 49111f2d61
commit b10a41105f
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');
}
/**