aboutsummaryrefslogtreecommitdiff
path: root/lib/filesystem/MVVFolder.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-20 17:08:01 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-20 17:08:01 +0100
commit1257022fb3baa2ab6674437bb86422615f590160 (patch)
tree1f5700e0b2aa4209aaf1e5931a03e2f559f9c3fe /lib/filesystem/MVVFolder.php
parentc8b6c7ae16126c1c918e4e78635f1e1b1b6ca627 (diff)
use objects instead of idstic-4946
Diffstat (limited to 'lib/filesystem/MVVFolder.php')
-rw-r--r--lib/filesystem/MVVFolder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem/MVVFolder.php b/lib/filesystem/MVVFolder.php
index 73f237a..b75372f 100644
--- a/lib/filesystem/MVVFolder.php
+++ b/lib/filesystem/MVVFolder.php
@@ -32,7 +32,7 @@ class MVVFolder extends StandardFolder
/**
* See method MVVFolder::isReadable
*/
- public function isFileDownloadable(string $file_ref_id, string $user_id): bool
+ public function isFileDownloadable(FileRef $file_ref, string $user_id): bool
{
return $this->isReadable($user_id);
}