diff options
| author | Rasmus Fuhse <fuhse@data-quest.de> | 2025-07-04 06:13:27 +0000 |
|---|---|---|
| committer | Rasmus Fuhse <fuhse@data-quest.de> | 2025-07-04 06:13:27 +0000 |
| commit | d25a23a626b43baab9714c8a4a68a20144cb3f00 (patch) | |
| tree | ea948244609f587a3fb9f1e5ab89fd996b30d73c /app/controllers/course/topics.php | |
| parent | aacbfe703e9e45fd9e8c11a60c3f1ad77593d981 (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.php | 3 |
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(); } |
