diff options
| author | André Noack <noack@data-quest.de> | 2024-12-12 14:52:00 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-12-12 14:52:00 +0000 |
| commit | 940d2aaa8638b4e0c764579cb3977e7be527c81f (patch) | |
| tree | 79bd2d7f02359e1bb24931b33513e082f8404a91 /templates/dates | |
| parent | 3a2a88172ccbe97aaecf4ea32b97cd07b92dcb11 (diff) | |
StEP 1552 closes #1552
Closes #1552
Merge request studip/studip!1137
Diffstat (limited to 'templates/dates')
| -rw-r--r-- | templates/dates/seminar_html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/dates/seminar_html.php b/templates/dates/seminar_html.php index f227a57..4a95f4d 100644 --- a/templates/dates/seminar_html.php +++ b/templates/dates/seminar_html.php @@ -112,7 +112,7 @@ if (!$dates['regular']['turnus_data'] && empty($dates['irregular'])) { echo '<br>'; printf( _('Details zu allen Terminen im %sAblaufplan%s'), - '<a href="' . URLHelper::getLink('seminar_main.php', array('auswahl' => $seminar_id, 'redirect_to' => 'dispatch.php/course/dates')) . '">', + '<a href="' . URLHelper::getLink('dispatch.php/course/go', array('to' => $seminar_id, 'redirect_to' => 'dispatch.php/course/dates')) . '">', '</a>' ); } |
