mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
에디터 문서 서식 style 읽는 부분의 잘못된 method사용 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
544f5f336a
commit
144fad802f
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
||||||
* @brief 에디터컴포넌트의 코드를 결과물로 변환 + 문서서식 style 지정
|
* @brief 에디터컴포넌트의 코드를 결과물로 변환 + 문서서식 style 지정
|
||||||
**/
|
**/
|
||||||
function triggerEditorComponentCompile(&$content) {
|
function triggerEditorComponentCompile(&$content) {
|
||||||
if(Context::getRequestVars()!='HTML') return new Object();
|
if(Context::getResponseMethod()!='HTML') return new Object();
|
||||||
|
|
||||||
$module_info = Context::get('module_info');
|
$module_info = Context::get('module_info');
|
||||||
$module_srl = $module_info->module_srl;
|
$module_srl = $module_info->module_srl;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue