src build elFinder-2.1-b7625fb

This commit is contained in:
nao-pon
2017-03-11 23:16:02 +09:00
parent 9164dd86d3
commit 7c3fbc802b
6 changed files with 38 additions and 35 deletions
+2
View File
@@ -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)) {