php4에서 게시글의 다국어 지원 부분 오류가 생기는 것을 수정하여 글 수정시에 반영이 안되어 보이는 문제 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6339 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-19 08:29:06 +00:00
parent 60c8a5f3ef
commit 674eb7964d

View file

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