Commit 193ddac8746b26a96da620e5786a33c71cf55926
1 parent
109a5151
hot fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/controllers/PageController.php
@@ -1128,7 +1128,7 @@ | @@ -1128,7 +1128,7 @@ | ||
1128 | 'item' => $item['0'], | 1128 | 'item' => $item['0'], |
1129 | 'discount' => $discount | 1129 | 'discount' => $discount |
1130 | ]); | 1130 | ]); |
1131 | - //$this->view->setRenderLevel(View::LEVEL_ACTION_VIEW); | 1131 | + $this->view->setRenderLevel(View::LEVEL_ACTION_VIEW); |
1132 | } | 1132 | } |
1133 | 1133 | ||
1134 | 1134 |