Skip to content

Commit

Permalink
fixup! Make sure recurring meeting status is displayed before next oc…
Browse files Browse the repository at this point in the history
…currence time.
  • Loading branch information
jrchamp authored Sep 13, 2024
1 parent d750c05 commit 160cae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
$meetingrecurringtext = new html_table_cell();
$meetingrecurringtext->text = get_string('recurringmeetingthisis', 'mod_zoom');
$rowmeetingrecurring = new html_table_row();
$rowmeetingrecurring ->id = 'zoom_schedule-meetingrecurring';
$rowmeetingrecurring->id = 'zoom_schedule-meetingrecurring';
$rowmeetingrecurring->cells = [$meetingrecurringheader, $meetingrecurringtext];
$table->data[] = $rowmeetingrecurring;
$nextoccurrence = zoom_get_next_occurrence($zoom);
Expand Down

0 comments on commit 160cae3

Please sign in to comment.