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@6339 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
60c8a5f3ef
commit
674eb7964d
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
}
|
||||
|
||||
$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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue