에디터 코드 치환된 rss용 document 함수 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6487 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-06-06 07:31:53 +00:00
parent 99206c238c
commit e701ba5337

View file

@ -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;
}