mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Merge branch 'MDL-83183-405' of https://github.com/paulholden/moodle into MOODLE_405_STABLE
This commit is contained in:
commit
697c49f289
@ -78,7 +78,9 @@ class index implements renderable {
|
||||
];
|
||||
$table->align = ['center', 'left', 'center', 'center', 'center', 'center', 'center'];
|
||||
|
||||
foreach ($this->instances as $instance) {
|
||||
$modinfo = get_fast_modinfo($this->course);
|
||||
foreach ($modinfo->instances['bigbluebuttonbn'] as $cm) {
|
||||
$instance = $this->instances[$cm->id];
|
||||
$this->add_instance_to_table($output, $table, $instance);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user