content 위젯에서 휴지통으로 이동된 문서의 댓글, 비밀댓글이 표시되는 문제 수정

This commit is contained in:
conory 2017-08-04 14:49:35 +09:00
parent b37ffc27bb
commit 04ab022864
3 changed files with 15 additions and 1 deletions

View file

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