mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
에디터 코드 치환된 rss용 document 함수 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
99206c238c
commit
e701ba5337
1 changed files with 2 additions and 1 deletions
|
|
@ -301,9 +301,10 @@
|
|||
* 에디터 코드가 변환된 내용 반환
|
||||
**/
|
||||
function getTransContent($add_popup_menu = true, $add_content_info = true, $resource_realpath = false, $add_xe_content_class = true) {
|
||||
$oContext = &Context::getInstance();
|
||||
$oEditorController = &getController('editor');
|
||||
|
||||
$content = $this->getContent($add_popup_menu, $add_content_info, $resource_realpath, $add_xe_content_class);
|
||||
$content = $oEditorController->transComponent($content);
|
||||
|
||||
return $content;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue