Skip to content

Commit 7bb4beb

Browse files
committed
Fix for ACL thinking a file exists when it does not.
1 parent 55e1afa commit 7bb4beb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WAC.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ private function getAclPath($path) {
295295
foreach ($aclOptions as $aclPath) {
296296
if (
297297
$this->filesystem->has($aclPath)
298+
&& $this->filesystem->read($aclPath) !== false
298299
) {
299300
return $aclPath;
300301
}

0 commit comments

Comments
 (0)