MDL-75711 mod_bigbluebuttonbn: Fix recent activity
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user