#18578531 두 위젯에서 동일 문서 출력시 다국어 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-03-09 05:35:27 +00:00
parent 4d3988ab4e
commit 7055c19083

View file

@ -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();
}