diff --git a/views/artbox_comment_item.php b/views/artbox_comment_item.php index db7c1f1..5031d28 100755 --- a/views/artbox_comment_item.php +++ b/views/artbox_comment_item.php @@ -110,8 +110,9 @@
customer)) { - echo $child->customer->username; + echo $child->customer->$nameField; } else { echo $child->username . ' (' . Yii::t('artbox-comment', 'Guest') . ')'; } -- libgit2 0.21.4