에디터 문서 서식 style 읽는 부분의 잘못된 method사용 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-04-17 05:50:58 +00:00
parent 544f5f336a
commit 144fad802f

View file

@ -139,7 +139,7 @@
* @brief 에디터컴포넌트의 코드를 결과물로 변환 + 문서서식 style 지정
**/
function triggerEditorComponentCompile(&$content) {
if(Context::getRequestVars()!='HTML') return new Object();
if(Context::getResponseMethod()!='HTML') return new Object();
$module_info = Context::get('module_info');
$module_srl = $module_info->module_srl;