diff --git a/lib/functions/filedir/function.findDirs.php b/lib/functions/filedir/function.findDirs.php index 39892bcd..e0f07b6b 100644 --- a/lib/functions/filedir/function.findDirs.php +++ b/lib/functions/filedir/function.findDirs.php @@ -48,7 +48,9 @@ function findDirs($path, $uid, $gid) if(!is_readable($path)) { - return $_fileList; + //return $_fileList; + // only 'skip' this directory, #611 + continue; } $dh = opendir($path);