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 /lib/object.inc.php | |
| parent | aacbfe703e9e45fd9e8c11a60c3f1ad77593d981 (diff) | |
Resolve "Forum 3"
Closes #5146
Merge request studip/studip!3845
Diffstat (limited to 'lib/object.inc.php')
| -rw-r--r-- | lib/object.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/object.inc.php b/lib/object.inc.php index a8bd5d7..a053bf4 100644 --- a/lib/object.inc.php +++ b/lib/object.inc.php @@ -359,6 +359,7 @@ function object_type_to_id($type) 'schedule' => 'CoreSchedule', 'scm' => 'CoreScm', 'wiki' => 'CoreWiki', + 'forum' => 'CoreForum', 'elearning_interface' => 'CoreElearningInterface', 'ilias_interface' => 'IliasInterfaceModule', 'participants' => 'CoreParticipants' @@ -397,6 +398,7 @@ function object_id_to_type($id) 'schedule' => 'CoreSchedule', 'scm' => 'CoreScm', 'wiki' => 'CoreWiki', + 'forum' => 'CoreForum', 'elearning_interface' => 'CoreElearningInterface', 'ilias_interface' => 'IliasInterfaceModule', 'participants' => 'CoreParticipants' |
