mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
php4에서 문서모듈의 다국어 지원 부분 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6341 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ffb9b29d3a
commit
c52ed374b0
2 changed files with 31 additions and 33 deletions
|
|
@ -50,8 +50,9 @@
|
|||
}
|
||||
|
||||
$oDocumentModel = &getModel('document');
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl] = &$this;
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl] = $this;
|
||||
if($load_extra_vars) $oDocumentModel->setToAllDocumentExtraVars();
|
||||
$this = $GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl];
|
||||
}
|
||||
|
||||
function isExists() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue