[VD:Box,OneDrive] enable async subdirs requests

This commit is contained in:
nao-pon
2017-03-11 23:14:43 +09:00
parent 4efd0bca1f
commit b619b532f1
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -473,6 +473,7 @@ class elFinderVolumeBox extends elFinderVolumeDriver
if ($raw->type === 'folder') {
$stat['mime'] = 'directory';
$stat['size'] = 0;
$stat['dirs'] = -1;
} else {
$stat['size'] = (int) $raw->size;
if (!empty($raw->shared_link->url) && $raw->shared_link->access == 'open') {