From 8bbeb015923dae5e6e58236de04404f8fbf16b0d Mon Sep 17 00:00:00 2001 From: Egorka Date: Wed, 25 Jul 2018 00:35:34 +0300 Subject: [PATCH] Blog comment avatar fix --- common/modules/blog/widgets/views/comments/_comment.php | 4 ++-- common/modules/blog/widgets/views/comments/comments.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/modules/blog/widgets/views/comments/_comment.php b/common/modules/blog/widgets/views/comments/_comment.php index bb61ff1..16116e1 100644 --- a/common/modules/blog/widgets/views/comments/_comment.php +++ b/common/modules/blog/widgets/views/comments/_comment.php @@ -1,6 +1,6 @@ comment->id ?>" class="blog-comment " style="margin-left: px">
- +
comment->user->username ?> diff --git a/common/modules/blog/widgets/views/comments/comments.php b/common/modules/blog/widgets/views/comments/comments.php index fd77d3f..fb0de05 100644 --- a/common/modules/blog/widgets/views/comments/comments.php +++ b/common/modules/blog/widgets/views/comments/comments.php @@ -4,7 +4,7 @@ use yii\bootstrap\ActiveForm; use yii\helpers\Html; /* @var $this yii\web\View */ -/* @var $post GuzzleHttp\Post\ */ +/* @var $post \common\modules\blog\entities\BlogPost */ /* @var $items \common\modules\blog\widgets\CommentView[] */ /* @var $count integer */ /* @var $commentForm \common\modules\blog\forms\BlogCommentForm */