src build elFinder-2.1-7b6eb6b

This commit is contained in:
nao-pon
2017-06-23 14:45:10 +09:00
parent 67e956893a
commit 9435380f82
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -577,7 +577,7 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
if ($dirItr->hasChildren()) {
$dirs = true;
$name = $dirItr->getSubPathName();
while($name) {
while($dirItr->valid()) {
if (!$this->attr($path . DIRECTORY_SEPARATOR . $name, 'read', null, true)) {
$dirs = false;
$dirItr->next();