mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 13:22:16 +09:00
NOISSUE code rearrange
This commit is contained in:
parent
b146e48ff5
commit
bc47f19615
22 changed files with 130 additions and 159 deletions
|
|
@ -772,7 +772,7 @@ class fileController extends file
|
|||
|
||||
if($file_info->upload_target_srl)
|
||||
{
|
||||
array_push($documentSrlList, $file_info->upload_target_srl);
|
||||
$documentSrlList[] = $file_info->upload_target_srl;
|
||||
}
|
||||
|
||||
$source_filename = $output->data->source_filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue