Merge branch '3.0'

This commit is contained in:
terrafrost 2022-05-06 14:27:24 -05:00
commit 51f863f289

View File

@ -2349,7 +2349,7 @@ class SFTP extends SSH2
// normally $entries would have at least . and .. but it might not if the directories
// permissions didn't allow reading
if (empty($entries)) {
return false;
$entries = [];
}
unset($entries['.'], $entries['..']);