Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
109a5151fc42e5e20ca16c710df1866f05e958f6
Authored by
Alex Savenko
2016-12-29 11:46:37 +0200
1 parent
5b8bce99
hot fix
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
Inline
Side-by-side
src/app/frontend/controllers/PageController.php
Wrap text
Show/Hide comments
View file @
109a515
...
...
@@ -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');
...
...