Commit a0c1eda3f912198880b7af08b1e402184b658300

Authored by Administrator
1 parent afe7f1e9

big commti

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/event/show.php
... ... @@ -67,7 +67,7 @@ $this->title = $model->name;
67 67 <ul>
68 68 <?php foreach($productProvider->models as $product) :?>
69 69 <?php if(!empty($product->enabledVariants) ):?>
70   - <?= $this->render('../catalog/_product_item', ['product' => $product])?>
  70 + <?= $this->render('../catalog/_product_item', ['model' => $product])?>
71 71 <?php endif;?>
72 72 <?php endforeach?>
73 73 </ul>
... ...