Commit 64e05bdabb1bf824e710be2c63877b20cda3fc49

Authored by Alex Savenko
1 parent 5365a817

fix

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