mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
#799 관리자 > 콘텐츠 > 파일 리스트에서 이미를 볼 수 있도록 개선"
This commit is contained in:
parent
d4f17632c3
commit
b6e0eabfaf
2 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue