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