mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-b7625fb
This commit is contained in:
@@ -417,6 +417,8 @@ class elFinderVolumeOneDrive extends elFinderVolumeDriver
|
||||
$stat['size'] = 0;
|
||||
if (empty($folder->childCount)) {
|
||||
$stat['dirs'] = 0;
|
||||
} else {
|
||||
$stat['dirs'] = -1;
|
||||
}
|
||||
} else {
|
||||
if (isset($raw->file->mimeType)) {
|
||||
|
||||
Reference in New Issue
Block a user