From 7c1cc244b126b70376c72248b02c5a1bf36f1284 Mon Sep 17 00:00:00 2001 From: Moritz Strohm <strohm@data-quest.de> Date: Fri, 15 Mar 2024 10:24:44 +0000 Subject: [PATCH] seminar_open: fixed link to calendar, fixes #3798 Closes #3798 Merge request studip/studip!2669 --- lib/seminar_open.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/seminar_open.php b/lib/seminar_open.php index 45c4df375b0..e5c4cf7d600 100644 --- a/lib/seminar_open.php +++ b/lib/seminar_open.php @@ -44,7 +44,7 @@ function startpage_redirect($page_code) { $jump_page = "dispatch.php/contact"; break; case 5: - $jump_page = "dispatch.php/calendar"; + $jump_page = "dispatch.php/calendar/calendar"; break; case 6: // redirect to global blubberstream -- GitLab