diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-01-06 12:09:35 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-01-14 11:13:58 +0100 |
| commit | 9956d1b2b339803d8eeb8652b094774f8cd07024 (patch) | |
| tree | fff6a3c4c00679547da82d953fdecb9ecdd29291 /lib | |
| parent | b8e6275c489dd4d5730e3cd1371943a40b5404d8 (diff) | |
Apply 2 suggestion(s) to 2 file(s)
Co-authored-by: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/filesystem/CourseTopicFolder.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/filesystem/CourseTopicFolder.php b/lib/filesystem/CourseTopicFolder.php index fa9a719..d20b3aa 100644 --- a/lib/filesystem/CourseTopicFolder.php +++ b/lib/filesystem/CourseTopicFolder.php @@ -145,14 +145,4 @@ class CourseTopicFolder extends PermissionEnabledFolder return ['description' => $this->description]; } - - public function countDownloads(): bool - { - return true; - } - - public function displayDownloads(): bool - { - return true; - } } |
