mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
#173 방명록에서 페이지별 또는 댓글의 댓글 부분등에서 오동작을 하는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2605 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5f10f311d1
commit
fc203fd439
2 changed files with 5 additions and 12 deletions
|
|
@ -240,7 +240,7 @@
|
|||
if(!$source_comment) return $this->dispGuestbookMessage('msg_invalid_request');
|
||||
|
||||
// 필요한 정보들 세팅
|
||||
Context::set('document_srl',$document_srl);
|
||||
Context::set('document_srl',$source_comment->document_srl);
|
||||
Context::set('parent_srl',$parent_srl);
|
||||
Context::set('comment_srl',NULL);
|
||||
Context::set('source_comment',$source_comment);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue