mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[VD:Box,OneDrive] enable async subdirs requests
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user