mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 19:01:04 +01:00
fixed file-size as suggested by Lian Liming's patch [ 1010170 ] Patch for Bug [ 950555 ] Filemanager - filesize
This commit is contained in:
parent
0b6e2a605a
commit
acdd95e31e
@ -726,6 +726,7 @@
|
||||
'string' => $files['directory'] . '/' . $files['name'],
|
||||
'relatives' => array(RELATIVE_NONE)
|
||||
);
|
||||
if($files['mime_type'] != 'Directory') $tmp_arr['checksubdirs'] = false;
|
||||
|
||||
$size = $this->bo->vfs->get_size($tmp_arr);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user