문서 파일 목록에서 확장변수 파일 제외

This commit is contained in:
dewekk 2024-12-17 15:07:22 +09:00 committed by GitHub
parent 612fa92835
commit dda4d8fbf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1460,7 +1460,7 @@ class DocumentItem extends BaseObject
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];