git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3762 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2008-02-23 00:16:59 +00:00
parent 4887c0983d
commit 6f36c54564

View file

@ -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);