mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Add missing 'module' parameter to download URL
This commit is contained in:
parent
38bdb20ca7
commit
aab7ab851e
1 changed files with 1 additions and 1 deletions
|
|
@ -391,7 +391,7 @@ class fileController extends file
|
|||
}
|
||||
else
|
||||
{
|
||||
$url = getNotEncodedUrl('', 'act', 'procFileOutput', 'file_srl', $file_srl, 'file_key', $file_key, 'force_download', Context::get('force_download') === 'Y' ? 'Y' : null);
|
||||
$url = getNotEncodedUrl('', 'module', 'file', 'act', 'procFileOutput', 'file_srl', $file_srl, 'file_key', $file_key, 'force_download', Context::get('force_download') === 'Y' ? 'Y' : null);
|
||||
}
|
||||
header('Location: ' . $url);
|
||||
Context::close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue