aboutsummaryrefslogtreecommitdiff
path: root/lib/filesystem/InboxOutboxFolder.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-14 11:13:41 +0100
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-14 11:13:58 +0100
commit5fa6f166d4d8f6a3a36d2e4a5e7c6d47f5e486d1 (patch)
treef0c36323dad546378314f2d88d8834a25e7fac3c /lib/filesystem/InboxOutboxFolder.php
parent748b4aa7eda67e80e806680e6fb29e051c27449a (diff)
add display parameter
Diffstat (limited to 'lib/filesystem/InboxOutboxFolder.php')
-rw-r--r--lib/filesystem/InboxOutboxFolder.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filesystem/InboxOutboxFolder.php b/lib/filesystem/InboxOutboxFolder.php
index bab9253..a07d67b 100644
--- a/lib/filesystem/InboxOutboxFolder.php
+++ b/lib/filesystem/InboxOutboxFolder.php
@@ -314,7 +314,7 @@ class InboxOutboxFolder implements FolderType
return ['description' => $this->description];
}
- public function countDownloads(?FileRef $ref = null): bool
+ public function countDownloads(?FileRef $ref = null, bool $display = false): bool
{
return true;
}