댓글 추가시 포인트를 부여하는 부분의 잘못된 comment_srl 얻어오는 부분 처리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2521 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-09-05 04:59:15 +00:00
parent 7da024ee29
commit 3296e4666b

View file

@ -76,7 +76,7 @@
// 댓글 작성
} elseif(strpos($config->insert_comment_act,$this->act)!==false) {
$comment_srl = Context::get('comment_srl');
$comment_srl = $this->get('comment_srl');
$oCommentModel = &getModel('comment');
$comment = $oCommentModel->getComment($comment_srl);