mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 20:02:15 +09:00
엮인글 발송시 발송자의 host를 추가하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6731 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
77c699cef1
commit
f29d0d3a19
1 changed files with 1 additions and 1 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue