From 882c8c50f588ed742281a48abc8a3746faf4b7a7 Mon Sep 17 00:00:00 2001 From: yupmin Date: Fri, 5 Feb 2010 05:42:57 +0000 Subject: [PATCH] =?UTF-8?q?refs=20#1405=20=20*=20=EC=B2=A8=EB=B6=80?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=83=81=EB=8C=80=EA=B2=BD?= =?UTF-8?q?=EB=A1=9C->=EC=A0=88=EB=8C=80=EA=B2=BD=EB=A1=9C=20serviceURL?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD=20=20*=201.7.9=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/view/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/view/view.php b/library/view/view.php index 388299286..57bb3c500 100644 --- a/library/view/view.php +++ b/library/view/view.php @@ -1134,7 +1134,7 @@ function getRandomTagsView($tags, $template) { return $view; } -function getEntryContentView($blogid, $id, $content, $formatter, $keywords = array(), $type = 'Post', $useAbsolutePath = false, $bRssMode = false) { +function getEntryContentView($blogid, $id, $content, $formatter, $keywords = array(), $type = 'Post', $useAbsolutePath = true, $bRssMode = false) { global $hostURL, $service; requireModel('blog.attachment'); requireModel('blog.keyword');