Commit 5365a8178bc4893170e8ef766ef0848641bbf7da
1 parent
8cff44e3
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,7 +1441,7 @@ | ||
1441 | 1441 | ||
1442 | //discount | 1442 | //discount |
1443 | $discount = $this->models->getDiscount()->getActiveData(); | 1443 | $discount = $this->models->getDiscount()->getActiveData(); |
1444 | - $discount = $this->models->getDiscount()->explodeGroupIds($discount); | 1444 | + $discount = $this->models->getDiscount()::explodeGroupIds($discount); |
1445 | // if (!empty($discount)) { | 1445 | // if (!empty($discount)) { |
1446 | // $discount = $discount[0]; | 1446 | // $discount = $discount[0]; |
1447 | // $discount['group_ids'] = str_replace('{', '', $discount['group_ids']); | 1447 | // $discount['group_ids'] = str_replace('{', '', $discount['group_ids']); |