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:
ovclas 2011-10-17 06:17:01 +00:00
parent 26b49ca268
commit b49fbf4da1

View file

@ -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