#799 관리자 > 콘텐츠 > 파일 리스트에서 이미를 볼 수 있도록 개선"

This commit is contained in:
sejin7940 2014-06-19 22:35:33 +09:00 committed by akasima
parent d4f17632c3
commit b6e0eabfaf
2 changed files with 5 additions and 2 deletions

View file

@ -33,7 +33,7 @@ class fileAdminView extends file
// Get a list
$oFileAdminModel = getAdminModel('file');
$columnList = array('file_srl', 'upload_target_srl', 'upload_target_type', 'sid', 'module_srl'
, 'source_filename', 'isvalid', 'file_size', 'download_count', 'files.regdate', 'ipaddress', 'member.member_srl', 'member.nick_name');
, 'source_filename', 'isvalid', 'file_size', 'download_count', 'files.regdate', 'ipaddress', 'member.member_srl', 'member.nick_name', 'uploaded_filename');
$output = $oFileAdminModel->getFileList($args, $columnList);
// Get the document for looping a list
if($output->data)