#18616592 : even for manual_inserted comment, update comment count of document

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7201 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-01-20 10:12:31 +00:00
parent b7713f913b
commit f32c96ccf7

View file

@ -197,8 +197,6 @@
return $output;
}
// 입력에 이상이 없으면 해당 글의 댓글 수를 올림
if(!$manual_inserted) {
// comment model객체 생성
$oCommentModel = &getModel('comment');
@ -213,7 +211,6 @@
// 댓글의 권한을 부여
$this->addGrant($obj->comment_srl);
}
// trigger 호출 (after)