엮인글 발송시 발송자의 host를 추가하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-08-06 02:41:47 +00:00
parent 77c699cef1
commit f29d0d3a19

View file

@ -245,7 +245,7 @@
$oModuleController->replaceDefinedLangCode($obj->blog_name);
$obj->title = $oDocument->getTitleText();
$obj->excerpt = $oDocument->getSummary(200);
$obj->url = getUrl('','document_srl',$oDocument->document_srl);
$obj->url = getFullUrl('','document_srl',$oDocument->document_srl);
// blog_name, title, excerpt, url의 문자열을 요청된 charset으로 변경
if($charset && function_exists('iconv')) {