aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMoritz Strohm <strohm@data-quest.de>2026-03-23 13:19:13 +0100
committerMoritz Strohm <strohm@data-quest.de>2026-03-23 13:19:13 +0100
commit71b3c581bdf3ec1c2208b914db3c2691bc52e53f (patch)
treea65bd83add4f8a7ec94906daab241505414b5b38 /app
parentfd52aa5184e1b1f02ef9792025e225253d3b3633 (diff)
institute/schedule/data action: use "sem_id" instead of "cid" for the URL to the course details pagebiest-05860
Diffstat (limited to 'app')
-rw-r--r--app/controllers/institute/schedule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/institute/schedule.php b/app/controllers/institute/schedule.php
index 7221903..8146a13 100644
--- a/app/controllers/institute/schedule.php
+++ b/app/controllers/institute/schedule.php
@@ -154,7 +154,7 @@ class Institute_ScheduleController extends AuthenticatedController
'course',
$cycle_date->seminar_id,
[
- 'show' => $this->url_for('course/details', ['cid' => $cycle_date->seminar_id, 'link_to_course' => '1'])
+ 'show' => $this->url_for('course/details', ['sem_id' => $cycle_date->seminar_id, 'link_to_course' => '1'])
]
);