From 7c229fe2f8e305575ec662ed597d15a7dc6accce Mon Sep 17 00:00:00 2001 From: Anastasia Date: Tue, 5 Jun 2018 13:01:28 +0300 Subject: [PATCH] - index package bug fix1 --- frontend/views/site/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index ba52694..f443490 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -178,7 +178,7 @@ JS; ->cropResize(388, 240) ->quality(84) ->renderImage()?> -
image->getPath()) +
image) ? $item->image->getPath() : null) ->cropResize(388, 240) ->quality(84) ->renderImage()?>
-- libgit2 0.21.4