mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#19266733 fix getDocument function
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7844 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
434bb87d4c
commit
2057697b81
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
if(!$document_srl) return new documentItem();
|
||||
|
||||
if(!isset($GLOBALS['XE_DOCUMENT_LIST'][$document_srl])) {
|
||||
$oDocument = new documentItem($document_srl, true);
|
||||
$oDocument = new documentItem($document_srl, $load_extra_vars);
|
||||
$GLOBALS['XE_DOCUMENT_LIST'][$document_srl] = $oDocument;
|
||||
if($load_extra_vars) $this->setToAllDocumentExtraVars();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue