Commit dcde392741d29e3ab077cb8051de12a3adfe72bd

Authored by Alex Savenko
2 parents cd6d9524 76f3d046

Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena

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',
... ...