mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
문서 파일 목록에서 확장변수 파일 제외
This commit is contained in:
parent
612fa92835
commit
dda4d8fbf9
1 changed files with 1 additions and 1 deletions
|
|
@ -1460,7 +1460,7 @@ class DocumentItem extends BaseObject
|
||||||
|
|
||||||
if(!isset($this->uploadedFiles[$sortIndex]))
|
if(!isset($this->uploadedFiles[$sortIndex]))
|
||||||
{
|
{
|
||||||
$this->uploadedFiles[$sortIndex] = FileModel::getFiles($this->document_srl, array(), $sortIndex, true);
|
$this->uploadedFiles[$sortIndex] = FileModel::getFiles($this->document_srl, array(), $sortIndex, true, 'doc');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->uploadedFiles[$sortIndex];
|
return $this->uploadedFiles[$sortIndex];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue