From 6385e72b77e4b3f51cbfc3dbdc23ecbc2fb93134 Mon Sep 17 00:00:00 2001 From: stes Date: Thu, 31 Aug 2017 18:52:52 +0300 Subject: [PATCH] bug fix --- views/artbox_comment_list.php | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/views/artbox_comment_list.php b/views/artbox_comment_list.php index 8c9d2ef..a28b114 100755 --- a/views/artbox_comment_list.php +++ b/views/artbox_comment_list.php @@ -25,6 +25,7 @@ 'dataProvider' => $comments, 'itemOptions' => $item_options, 'itemView' => $item_view, + 'emptyText' => false, 'summary' => '', 'viewParams' => [ 'display_name' => $display_name -- libgit2 0.21.4