mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
댓글 추가시 포인트를 부여하는 부분의 잘못된 comment_srl 얻어오는 부분 처리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2521 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7da024ee29
commit
3296e4666b
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@
|
||||||
|
|
||||||
// 댓글 작성
|
// 댓글 작성
|
||||||
} elseif(strpos($config->insert_comment_act,$this->act)!==false) {
|
} elseif(strpos($config->insert_comment_act,$this->act)!==false) {
|
||||||
$comment_srl = Context::get('comment_srl');
|
$comment_srl = $this->get('comment_srl');
|
||||||
$oCommentModel = &getModel('comment');
|
$oCommentModel = &getModel('comment');
|
||||||
$comment = $oCommentModel->getComment($comment_srl);
|
$comment = $oCommentModel->getComment($comment_srl);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue