mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Remove potentially problematic check for module_srl in procFileDelete; maybe related to #2211
This commit is contained in:
parent
40d3ce4f46
commit
908fd98270
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,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