Commit f78a806c2fad0acca0ff7a75512551019b77df6c

Authored by Alex Savenko
1 parent 64e05bda

fix

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/PageController.php
... ... @@ -1442,6 +1442,7 @@
1442 1442 //discount
1443 1443 $discount = $this->models->getDiscount()->getActiveData();
1444 1444 $discount = $this->models->getDiscount()->explodeGroupIds($discount);
  1445 + $discount = $discount[0];
1445 1446 // if (!empty($discount)) {
1446 1447 // $discount = $discount[0];
1447 1448 // $discount['group_ids'] = str_replace('{', '', $discount['group_ids']);
... ...