Only show published comments in content widget #2035

This commit is contained in:
Kijin Sung 2022-12-18 01:07:43 +09:00
parent 68a247cc16
commit a82e5e1b7f

View file

@ -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';