mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Include in file list even if upload_target_type is null
This commit is contained in:
parent
42b879d628
commit
c17243e02a
7 changed files with 53 additions and 9 deletions
|
|
@ -1460,7 +1460,7 @@ class DocumentItem extends BaseObject
|
|||
|
||||
if(!isset($this->uploadedFiles[$sortIndex]))
|
||||
{
|
||||
$this->uploadedFiles[$sortIndex] = FileModel::getFiles($this->document_srl, array(), $sortIndex, true, 'doc');
|
||||
$this->uploadedFiles[$sortIndex] = FileModel::getFiles($this->document_srl, array(), $sortIndex, true, 'doc', true);
|
||||
}
|
||||
|
||||
return $this->uploadedFiles[$sortIndex];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue