From 601f4d99602e3e1617b08958108ab480d758a63f Mon Sep 17 00:00:00 2001 From: Веталь Date: Mon, 24 Oct 2016 11:09:33 +0300 Subject: [PATCH] - --- frontend/views/event/show.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/event/show.php b/frontend/views/event/show.php index d99c8a6..419faeb 100755 --- a/frontend/views/event/show.php +++ b/frontend/views/event/show.php @@ -72,7 +72,7 @@ $this->title = $model->name; $productProvider, 'itemView' => function ($model, $key, $index, $widget) { - return $this->render('_product_item',[ + return $this->render('../catalog/_product_item',[ 'model' => $model, ]); -- libgit2 0.21.4