diff options
| author | Murtaza Sultani <sultani@data-quest.de> | 2025-07-30 09:48:20 +0200 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2025-07-30 07:48:20 +0000 |
| commit | 8b5da1acae37d9bc983394c3f27508c24024d69b (patch) | |
| tree | 93360533b83eeff9f6c78e60cedadeb026bcad8e /app/controllers/course/forum/search.php | |
| parent | d6ce47b2ea667524acafda4e539a81695158c07d (diff) | |
Resolve "Forum in freien Veranstaltungen sind nicht aufrufbar"issue-5760
Closes #5699
Merge request studip/studip!4371
Diffstat (limited to 'app/controllers/course/forum/search.php')
| -rw-r--r-- | app/controllers/course/forum/search.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/course/forum/search.php b/app/controllers/course/forum/search.php index f6fc223..706674c 100644 --- a/app/controllers/course/forum/search.php +++ b/app/controllers/course/forum/search.php @@ -1,5 +1,4 @@ <?php -require_once 'BaseController.php'; use Forum\DiscussionType; use Forum\DTO\Tag as TagDTO; |
