diff --git a/php/elFinderVolumeDriver.class.php b/php/elFinderVolumeDriver.class.php index bcedef75c..18eebcefd 100644 --- a/php/elFinderVolumeDriver.class.php +++ b/php/elFinderVolumeDriver.class.php @@ -2273,7 +2273,7 @@ abstract class elFinderVolumeDriver { $result[] = $stat; } - if ($stat['mime'] == 'directory' && $stat['read'] && !$stat['alias']) { + if ($stat['mime'] == 'directory' && $stat['read'] && !isset($stat['alias'])) { $result = array_merge($result, $this->doSearch($p, $q, $mimes)); } }