mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +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
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue