Commit 109a5151fc42e5e20ca16c710df1866f05e958f6

Authored by Alex Savenko
1 parent 5b8bce99

hot fix

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/app/frontend/controllers/PageController.php
... ... @@ -1119,6 +1119,8 @@
1119 1119 else {
1120 1120 $discount = 0;
1121 1121 }
  1122 + } else {
  1123 + $discount = 0;
1122 1124 }
1123 1125  
1124 1126 $this->view->pick('page/changeWithSize');
... ...