Merge branch 'MDL-75711-master' of https://github.com/ssj365/moodle

This commit is contained in:
Sara Arjona 2022-10-17 16:55:52 +02:00
commit 2ee1ad4eb7

View File

@ -687,7 +687,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(),