mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
zb5beta의 계층형 댓글을 1단으로 해서 누락되지 않도록 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2284 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a9284a4990
commit
3914905a28
1 changed files with 2 additions and 1 deletions
|
|
@ -398,7 +398,8 @@
|
|||
$comment_args->document_srl = $args->document_srl;
|
||||
$comment_args->comment_srl = getNextSequence();
|
||||
$comment_args->module_srl = $this->module_srl;
|
||||
$comment_args->parent_srl = $val->parent_srl->body;
|
||||
//$comment_args->parent_srl = $val->parent_srl->body;
|
||||
$comment_args->parent_srl = 0;
|
||||
$comment_args->content = $val->content->body;
|
||||
$comment_args->password = $val->password->body;
|
||||
$comment_args->nick_name = $val->nick_name->body;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue