git-svn-id: http://xe-core.googlecode.com/svn/trunk@595 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-22 02:53:43 +00:00
parent e1485a6a69
commit 6ca8824d96

View file

@ -25,12 +25,12 @@
// request method에 따른 처리
$content = $this->getContent($oModule);
// 각 플러그인, 에디터 컴포넌트의 코드 변경
$oContext = &Context::getInstance();
$content = $oContext->transContent($content);
// 요청방식에 따라 출력을 별도로
if(Context::getResponseMethod()!="XMLRPC") {
// 각 플러그인, 에디터 컴포넌트의 코드 변경
$oContext = &Context::getInstance();
$content = $oContext->transContent($content);
Context::set('content', $content);
// content 래핑 (common/tpl/default.html)