From 71b3c581bdf3ec1c2208b914db3c2691bc52e53f Mon Sep 17 00:00:00 2001 From: Moritz Strohm Date: Mon, 23 Mar 2026 13:19:13 +0100 Subject: institute/schedule/data action: use "sem_id" instead of "cid" for the URL to the course details page --- app/controllers/institute/schedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) ] ); -- cgit v1.0