From 6f36c54564922f2b67e41a7ab38c5447a8bfee59 Mon Sep 17 00:00:00 2001 From: zero Date: Sat, 23 Feb 2008 00:16:59 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3762 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/document/document.item.php | 1 - 1 file changed, 1 deletion(-) 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);