diff --git a/mod/bigbluebuttonbn/lib.php b/mod/bigbluebuttonbn/lib.php index 93394deec05..cdd761395dd 100644 --- a/mod/bigbluebuttonbn/lib.php +++ b/mod/bigbluebuttonbn/lib.php @@ -675,7 +675,7 @@ function bigbluebuttonbn_print_recent_activity(object $course, bool $viewfullnam if ($logs) { echo $OUTPUT->heading(get_string('new_bigblubuttonbn_activities', 'bigbluebuttonbn') . ':', 6); foreach ($logs as $log) { - $activityurl = new moodle_url('/mod/bigbluebuttonbn/index.php', ['id' => $instance->get_instance_id()]); + $activityurl = new moodle_url('/mod/bigbluebuttonbn/index.php', ['id' => $course->id]); print_recent_activity_note($log->timecreated, $log, logger::get_printable_event_name($log) . ' - ' . $instance->get_meeting_name(),