mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
content 위젯에서 휴지통으로 이동된 문서의 댓글, 비밀댓글이 표시되는 문제 수정
This commit is contained in:
parent
b37ffc27bb
commit
04ab022864
3 changed files with 15 additions and 1 deletions
|
|
@ -387,7 +387,8 @@ class commentModel extends comment
|
|||
{
|
||||
$args->module_srl = $obj->module_srl;
|
||||
}
|
||||
|
||||
|
||||
$args->is_secret = $obj->is_secret;
|
||||
$args->document_srl = $obj->document_srl;
|
||||
$args->list_count = $obj->list_count;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue