Commit de381d6944cf5fcd7c3d655f34d967706902d1fb

Authored by Administrator
1 parent 17fd0b92

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/controllers/BasketController.php
... ... @@ -80,7 +80,7 @@
80 80 $data = $basket->getData();
81 81 $models = $basket->findModels(array_keys($data));
82 82 if(!empty( $models )) {
83   - $output = $this->renderAjax('modal_items', [
  83 + $output = $this->renderPartial('modal_items', [
84 84 'models' => $models,
85 85 'basket' => $basket,
86 86 ]);
... ...