mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix typo in procFileDelete
This commit is contained in:
parent
eda9af546c
commit
f6a02fd006
1 changed files with 1 additions and 1 deletions
|
|
@ -628,7 +628,7 @@ class FileController extends File
|
|||
|
||||
$file_info = $output->data;
|
||||
if(!$file_info || $file_info->upload_target_srl != $upload_target_srl) continue;
|
||||
if($module_srl && !$file_info->module_srl != $module_srl) continue;
|
||||
if($module_srl && $file_info->module_srl != $module_srl) continue;
|
||||
if(!FileModel::isDeletable($file_info)) continue;
|
||||
$output = $this->deleteFile($file_srl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue