diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-01-14 11:13:41 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-01-14 11:13:58 +0100 |
| commit | 5fa6f166d4d8f6a3a36d2e4a5e7c6d47f5e486d1 (patch) | |
| tree | f0c36323dad546378314f2d88d8834a25e7fac3c /lib/filesystem/InboxOutboxFolder.php | |
| parent | 748b4aa7eda67e80e806680e6fb29e051c27449a (diff) | |
add display parameter
Diffstat (limited to 'lib/filesystem/InboxOutboxFolder.php')
| -rw-r--r-- | lib/filesystem/InboxOutboxFolder.php | 2 |
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; } |
