We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e73034b + 5262bb9 commit d11ded9Copy full SHA for d11ded9
1 file changed
apps/files_external/lib/Lib/Storage/SMB.php
@@ -261,7 +261,7 @@ protected function getFolderContents($path): iterable {
261
// additionally, it's better to have false negatives here then false positives
262
if ($acl->denies(ACL::MASK_READ) || $acl->denies(ACL::MASK_EXECUTE)) {
263
$this->logger->debug('Hiding non readable entry ' . $file->getName());
264
- return false;
+ continue;
265
}
266
267
0 commit comments