aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-06 12:09:35 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-01-14 11:13:58 +0100
commit9956d1b2b339803d8eeb8652b094774f8cd07024 (patch)
treefff6a3c4c00679547da82d953fdecb9ecdd29291 /lib
parentb8e6275c489dd4d5730e3cd1371943a40b5404d8 (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.php10
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;
- }
}