mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@596 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6ca8824d96
commit
71cdc50760
1 changed files with 1 additions and 1 deletions
|
|
@ -28,10 +28,10 @@
|
||||||
// 각 플러그인, 에디터 컴포넌트의 코드 변경
|
// 각 플러그인, 에디터 컴포넌트의 코드 변경
|
||||||
$oContext = &Context::getInstance();
|
$oContext = &Context::getInstance();
|
||||||
$content = $oContext->transContent($content);
|
$content = $oContext->transContent($content);
|
||||||
|
Context::set('content', $content);
|
||||||
|
|
||||||
// 요청방식에 따라 출력을 별도로
|
// 요청방식에 따라 출력을 별도로
|
||||||
if(Context::getResponseMethod()!="XMLRPC") {
|
if(Context::getResponseMethod()!="XMLRPC") {
|
||||||
Context::set('content', $content);
|
|
||||||
|
|
||||||
// content 래핑 (common/tpl/default.html)
|
// content 래핑 (common/tpl/default.html)
|
||||||
require_once("./classes/template/TemplateHandler.class.php");
|
require_once("./classes/template/TemplateHandler.class.php");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue