mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
issue 516 file download error in admin file list
this bug fixed git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9660 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
26b49ca268
commit
b49fbf4da1
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
$args->module_srl = Context::get('module_srl');
|
||||
// Get a list
|
||||
$oFileAdminModel = &getAdminModel('file');
|
||||
$columnList = array('file_srl', 'upload_target_srl', 'upload_target_type', 'module_srl'
|
||||
$columnList = array('file_srl', 'upload_target_srl', 'upload_target_type', 'sid', 'module_srl'
|
||||
, 'source_filename', 'isvalid', 'file_size', 'download_count', 'files.regdate', 'ipaddress');
|
||||
$output = $oFileAdminModel->getFileList($args, $columnList);
|
||||
// Get the document for looping a list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue