mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@595 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e1485a6a69
commit
6ca8824d96
1 changed files with 4 additions and 4 deletions
|
|
@ -25,12 +25,12 @@
|
||||||
// request method에 따른 처리
|
// request method에 따른 처리
|
||||||
$content = $this->getContent($oModule);
|
$content = $this->getContent($oModule);
|
||||||
|
|
||||||
// 요청방식에 따라 출력을 별도로
|
|
||||||
if(Context::getResponseMethod()!="XMLRPC") {
|
|
||||||
// 각 플러그인, 에디터 컴포넌트의 코드 변경
|
// 각 플러그인, 에디터 컴포넌트의 코드 변경
|
||||||
$oContext = &Context::getInstance();
|
$oContext = &Context::getInstance();
|
||||||
$content = $oContext->transContent($content);
|
$content = $oContext->transContent($content);
|
||||||
|
|
||||||
|
// 요청방식에 따라 출력을 별도로
|
||||||
|
if(Context::getResponseMethod()!="XMLRPC") {
|
||||||
Context::set('content', $content);
|
Context::set('content', $content);
|
||||||
|
|
||||||
// content 래핑 (common/tpl/default.html)
|
// content 래핑 (common/tpl/default.html)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue