Skip to content

Commit

Permalink
refs #1405
Browse files Browse the repository at this point in the history
 * 첨부이미지 상대경로->절대경로 serviceURL로 변경
 * 1.7.9 적용
  • Loading branch information
yupmin committed Feb 5, 2010
1 parent 329e028 commit 882c8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/view/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 882c8c5

Please # to comment.