diff options
| -rw-r--r-- | app/controllers/institute/schedule.php | 2 |
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']) ] ); |
