mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
parent
cf09c05f8a
commit
b758cf93dd
1 changed files with 1 additions and 2 deletions
|
|
@ -58,8 +58,7 @@ class documentItem extends Object
|
|||
$this->document_srl = $document_srl;
|
||||
$this->columnList = $columnList;
|
||||
|
||||
$oDocumentModel = getModel('document');
|
||||
if($load_extra_vars === true) $oDocumentModel->getDocumentExtraVarsFromDB($document_srl);
|
||||
$this->_loadFromDB($load_extra_vars);
|
||||
}
|
||||
|
||||
function setDocument($document_srl, $load_extra_vars = true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue