aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/course/topics.php
diff options
context:
space:
mode:
authorRasmus Fuhse <fuhse@data-quest.de>2025-07-04 06:13:27 +0000
committerRasmus Fuhse <fuhse@data-quest.de>2025-07-04 06:13:27 +0000
commitd25a23a626b43baab9714c8a4a68a20144cb3f00 (patch)
treeea948244609f587a3fb9f1e5ab89fd996b30d73c /app/controllers/course/topics.php
parentaacbfe703e9e45fd9e8c11a60c3f1ad77593d981 (diff)
Resolve "Forum 3"
Closes #5146 Merge request studip/studip!3845
Diffstat (limited to 'app/controllers/course/topics.php')
-rw-r--r--app/controllers/course/topics.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/course/topics.php b/app/controllers/course/topics.php
index 36e25ec..e955ba1 100644
--- a/app/controllers/course/topics.php
+++ b/app/controllers/course/topics.php
@@ -97,9 +97,6 @@ class Course_TopicsController extends AuthenticatedController
if (Request::bool('folder')) {
$topic->connectWithDocumentFolder();
}
-
- // create a connection to the module forum (can be anything)
- // will update title and description automagically
if (Request::bool('forumthread')) {
$topic->connectWithForumThread();
}