// Replaced array_uintersect by a custom function

This commit is contained in:
dMetzger
2012-05-10 09:09:03 +00:00
parent 2498f4a68a
commit d9b0c80fa4
2 changed files with 34 additions and 21 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ class ParentOrderControllerCore extends FrontController
{
if (($cartRule = new CartRule(CartRule::getIdByCode($code))) && Validate::isLoadedObject($cartRule))
{
if ($error = $cartRule->checkValidity($this->context))
if ($error = $cartRule->checkValidity($this->context, false, true))
$this->errors[] = $error;
else
{