Commit 76f3d046ad3e4645a5d3800786edae1a3af49518

Authored by Alex Savenko
1 parent 3c0a3477

add/edit

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/app/frontend/controllers/PageController.php
... ... @@ -137,7 +137,7 @@
137 137 }
138 138  
139 139 $discount = $this->models->getDiscount()->getOneData(4);
140   - $discount = $discount['discount'];
  140 + $discount = $discount[0]['discount'];
141 141  
142 142 $css = [
143 143 '/landing_sales/style.css',
... ...