mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
다국어 편집시에 원문 글이 사라지는 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5992 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cf9b4b42a1
commit
4216eb33f0
1 changed files with 5 additions and 2 deletions
|
|
@ -333,8 +333,11 @@
|
|||
if($source_obj->get('lang_code') != Context::getLangType()) {
|
||||
$extra_content->title = $obj->title;
|
||||
$extra_content->content = $obj->content;
|
||||
$obj->title = $source_obj->get('title');
|
||||
$obj->content = $source_obj->get('content');
|
||||
|
||||
$document_args->document_srl = $source_obj->get('document_srl');
|
||||
$document_output = executeQuery('document.getDocument', $document_args);
|
||||
$obj->title = $document_output->data->title;
|
||||
$obj->content = $document_output->data->content;
|
||||
}
|
||||
|
||||
// 세션에서 최고 관리자가 아니면 iframe, script 제거
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue