mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#18578531 두 위젯에서 동일 문서 출력시 다국어 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4d3988ab4e
commit
7055c19083
1 changed files with 4 additions and 0 deletions
|
|
@ -84,6 +84,10 @@
|
|||
|
||||
// 내용 처리
|
||||
if($vars[-2][$user_lang_code]) $GLOBALS['XE_DOCUMENT_LIST'][$document_srl]->add('content',$vars[-2][$user_lang_code]);
|
||||
|
||||
if($vars[-1][$user_lang_code] || $vars[-2][$user_lang_code]){
|
||||
unset($checked_documents[$document_srl]);
|
||||
}
|
||||
|
||||
$GLOBALS['XE_EXTRA_VARS'][$document_srl] = $evars->getExtraVars();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue