mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3348 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a84f7b9c9c
commit
8b6ff09afb
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@
|
|||
// 댓글 내용 정리
|
||||
$comment_args->comment_srl = getNextSequence();
|
||||
$comment_parent_srls[$val->sequence] = $comment_args->comment_srl;
|
||||
$comment_args->parent_srl = $comment_parent_srls[$val->parent];
|
||||
if($val->parent) $comment_args->parent_srl = $comment_parent_srls[$val->parent];
|
||||
$comment_args->module_srl = $obj->module_srl;
|
||||
$comment_args->document_srl = $obj->document_srl;
|
||||
$comment_args->content = $val->content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue