// Replaced array_uintersect by a custom function
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user