php4에서 문서모듈의 다국어 지원 부분 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6341 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-20 01:49:34 +00:00
parent ffb9b29d3a
commit c52ed374b0
2 changed files with 31 additions and 33 deletions

View file

@ -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() {