mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-75711-master' of https://github.com/ssj365/moodle
This commit is contained in:
commit
2ee1ad4eb7
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user