mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
getExtraVars()의 return을 항상 array()로 일관되게 수정
DocumentModel::getExtraVars에서 항상 array()로 반환하고 있음
This commit is contained in:
parent
b6e21eb61f
commit
fd3c75a2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -891,7 +891,7 @@ class documentItem extends BaseObject
|
||||||
$module_srl = $this->get('module_srl');
|
$module_srl = $this->get('module_srl');
|
||||||
if(!$module_srl || !$this->document_srl)
|
if(!$module_srl || !$this->document_srl)
|
||||||
{
|
{
|
||||||
return null;
|
return array();
|
||||||
}
|
}
|
||||||
|
|
||||||
return DocumentModel::getExtraVars($module_srl, $this->document_srl);
|
return DocumentModel::getExtraVars($module_srl, $this->document_srl);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue