mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Only show published comments in content widget #2035
This commit is contained in:
parent
68a247cc16
commit
a82e5e1b7f
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class content extends WidgetHandler
|
|||
$obj->module_srl = $args->module_srl;
|
||||
$obj->sort_index = $args->order_target;
|
||||
$obj->list_count = $args->list_count * $args->page_count;
|
||||
|
||||
$obj->statusList = [1];
|
||||
if($args->show_secret != 'Y')
|
||||
{
|
||||
$obj->is_secret = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue