diff --git a/modules/document/document.item.php b/modules/document/document.item.php index 69cfbe9bf..3b5f6d02d 100644 --- a/modules/document/document.item.php +++ b/modules/document/document.item.php @@ -384,7 +384,6 @@ if(!$output->toBool() || !count($output->data)) return; // 구해온 목록을 commentItem 객체로 만듬 - $oCommentModel = &getModel('comment'); foreach($output->data as $key => $val) { $oCommentItem = new commentItem(); $oCommentItem->setAttribute($val);