Include in file list even if upload_target_type is null

This commit is contained in:
Kijin Sung 2025-01-09 19:49:48 +09:00
parent 42b879d628
commit c17243e02a
7 changed files with 53 additions and 9 deletions

View file

@ -677,7 +677,7 @@ class CommentItem extends BaseObject
return;
}
$file_list = FileModel::getFiles($this->comment_srl, array(), 'file_srl', TRUE);
$file_list = FileModel::getFiles($this->comment_srl, array(), 'file_srl', true, 'com', true);
return $file_list;
}