mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Fix #962 hide deleted comment from integration search
This commit is contained in:
parent
a8f2bc9bd4
commit
09f22aa42e
4 changed files with 5 additions and 0 deletions
|
|
@ -700,6 +700,7 @@ class commentModel extends comment
|
|||
$args->page_count = $obj->page_count ? $obj->page_count : 10;
|
||||
$args->s_module_srl = $obj->module_srl;
|
||||
$args->exclude_module_srl = $obj->exclude_module_srl;
|
||||
$args->statusList = $obj->statusList;
|
||||
if ($obj->is_secret)
|
||||
{
|
||||
$args->s_is_secret = $obj->is_secret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue