mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-23 06:31:39 +08:00
@@ -889,7 +889,7 @@ class table_resources extends dzz_table
|
||||
$fileinfo['isgroup'] = ($currentfolder['flag'] == 'organization') ? true : false;
|
||||
}
|
||||
} elseif ($fileinfo['ext']) {
|
||||
$fileinfo['type'] = $fileinfo['ext'] . lang('typename_folder');
|
||||
$fileinfo['type'] = $fileinfo['ext'] . lang('typename_attach');
|
||||
} else {
|
||||
$fileinfo['type'] = lang('undefined_file_type');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user