Remove unnecessary arguments and deprecated function calls

- Originally committed on April 3, 2022
This commit is contained in:
Kijin Sung 2022-12-26 16:24:27 +09:00
parent 17279c264b
commit b00f8b63d1
4 changed files with 13 additions and 9 deletions

View file

@ -114,7 +114,7 @@ class fileAdminModel extends file
{
$file->isCarted = false;
}
$file->download_url = FileModel::getDownloadUrl($file->file_srl, $file->sid, $file->module_srl, $file->source_filename);
$file->download_url = FileModel::getDownloadUrl($file->file_srl, $file->sid, 0, $file->source_filename);
$output->data[$key] = $file;
}