mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
ì®ì¸ê¸ ë°ì¡ì 모ëì browser titleì blog_nameì¼ë¡ ì§ì íëë¡ ë³ê²½
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3099 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0bcd7081c1
commit
463c863624
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@
|
|||
if(!$oDocument->isExists()) return new Object(-1, 'msg_invalid_request');
|
||||
if($oDocument->getMemberSrl() != $logged_info->member_srl) return new Object(-1, 'msg_not_permitted');
|
||||
|
||||
// 현재 글이 있는 모듈의 타이틀 지정
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_info = $oModuleModel->getModuleInfoByModuleSrl($oDocument->get('module_srl'));
|
||||
Context::setBrowserTitle($module_info->browser_title);
|
||||
|
||||
// 엮인글 발송
|
||||
return $this->sendTrackback($oDocument, $trackback_url, $charset);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue