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,7 +67,7 @@ $this->title = $model->name;
67 <ul> 67 <ul>
68 <?php foreach($productProvider->models as $product) :?> 68 <?php foreach($productProvider->models as $product) :?>
69 <?php if(!empty($product->enabledVariants) ):?> 69 <?php if(!empty($product->enabledVariants) ):?>
70 - <?= $this->render('../catalog/_product_item', ['product' => $product])?> 70 + <?= $this->render('../catalog/_product_item', ['model' => $product])?>
71 <?php endif;?> 71 <?php endif;?>
72 <?php endforeach?> 72 <?php endforeach?>
73 </ul> 73 </ul>