From a847d48fb02e486eb47fbb344b8d1b02de97e0dd Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 25 Jun 2007 12:33:55 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1764 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/rss/rss.view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rss/rss.view.php b/modules/rss/rss.view.php index 6fbd441a2..6efcd4609 100644 --- a/modules/rss/rss.view.php +++ b/modules/rss/rss.view.php @@ -72,7 +72,7 @@ // 전문 공개일 경우 if($module_info->open_rss=='Y') { - $item->description = $item->getContentText(); + $item->description = $item->getContent(); // 요약 공개일 경우 } else { $item->description = cut_str(strip_tags($item->getContentText()),100,'...');