diff --git a/lib/Operation.php b/lib/Operation.php index 71f762db..1360f880 100644 --- a/lib/Operation.php +++ b/lib/Operation.php @@ -82,7 +82,7 @@ public function checkFileAccess(IStorage $storage, string $path, bool $isDir = f if (!empty($match)) { // All Checks of one operation matched: prevent access - throw new ForbiddenException('Access denied', true); + throw new ForbiddenException('Access denied', false); } }