Merge branch 'MDL-83183-404' of https://github.com/paulholden/moodle into MOODLE_404_STABLE
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user