mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
getNewestCommentList 메소드에서 document_srl지정토록 수정
This commit is contained in:
parent
eb3cb858ec
commit
4b892ffade
2 changed files with 2 additions and 0 deletions
|
|
@ -385,6 +385,7 @@ class commentModel extends comment
|
|||
$args->module_srl = $obj->module_srl;
|
||||
}
|
||||
|
||||
$args->document_srl = $obj->document_srl;
|
||||
$args->list_count = $obj->list_count;
|
||||
|
||||
if(strpos($args->module_srl, ",") === false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue