Skip to content

Commit

Permalink
Fix JS error 4.4 (catalyst#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
fashberg authored May 27, 2024
1 parent 14020fd commit d358026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions view.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@

$options = new stdClass();
$options->courseid = $cm->id;
$options->uniqueid = $participanttable->uniqueid;
$options->stateHelpIcon = $OUTPUT->help_icon('publishstate', 'notes');

if ($bulkoperations) {
Expand Down

0 comments on commit d358026

Please sign in to comment.