diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-03-15 10:49:14 +0100 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2024-03-15 10:49:14 +0100 |
| commit | 4401c8bd95a74ab63dcd21b0e94ef021e57ec319 (patch) | |
| tree | 22475635bcfdad75df37f8b7ce42048b1e171da5 | |
| parent | 1c187a9319bc37228b8074ee6a80e4fc358e3480 (diff) | |
seminar_open: fixed link to calendar
| -rw-r--r-- | lib/seminar_open.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/seminar_open.php b/lib/seminar_open.php index 45c4df3..e5c4cf7 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 |
