We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e1afa commit 7bb4bebCopy full SHA for 7bb4beb
1 file changed
src/WAC.php
@@ -295,6 +295,7 @@ private function getAclPath($path) {
295
foreach ($aclOptions as $aclPath) {
296
if (
297
$this->filesystem->has($aclPath)
298
+ && $this->filesystem->read($aclPath) !== false
299
) {
300
return $aclPath;
301
}
0 commit comments