#17181052 게시글 복사시에는 댓글 목록을 구할때 제한 없이 하여 댓글도 모두 잘 복사되도록 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5119 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-12-18 06:07:08 +00:00
parent c39296309a
commit d310b43e51
2 changed files with 10 additions and 5 deletions

View file

@ -295,7 +295,7 @@
// 댓글 이전
if($oDocument->getCommentCount()) {
$oCommentModel = &getModel('comment');
$comment_output = $oCommentModel->getCommentList($document_srl, true);
$comment_output = $oCommentModel->getCommentList($document_srl, 0, true, 99999999);
$comments = $comment_output->data;
if(count($comments)) {
$oCommentController = &getController('comment');