Yarik
/
artbox-webcomment
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6385e72b77e4b3f51cbfc3dbdc23ecbc2fb93134
Authored by
Anastasia
2017-08-31 18:52:52 +0300
1 parent
f6e84cac
bug fix
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
views/artbox_comment_list.php
Inline
Side-by-side
views/artbox_comment_list.php
Wrap text
Show/Hide comments
View file @
6385e72
...
...
@@ -25,6 +25,7 @@
25
25
'dataProvider' => $comments,
26
26
'itemOptions' => $item_options,
27
27
'itemView' => $item_view,
28
+ 'emptyText' => false,
28
29
'summary' => '',
29
30
'viewParams' => [
30
31
'display_name' => $display_name
...
...