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 144976b + 7e6e923 commit 52c070aCopy full SHA for 52c070a
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