diff --git a/report.php b/report.php index a56110e..7115e83 100644 --- a/report.php +++ b/report.php @@ -68,7 +68,7 @@ $userheading = [ 'heading' => fullname($touser), 'user' => $touser, - 'usercontext' => context_user::instance($touserid) + 'usercontext' => context_user::instance($touserid), ]; $contextheader = $OUTPUT->context_header($userheading, 3); echo html_writer::div($contextheader, 'card card-block p-1'); diff --git a/report_download.php b/report_download.php index 11e99ea..91f4210 100644 --- a/report_download.php +++ b/report_download.php @@ -50,7 +50,7 @@ $urlparams = [ 'threesixo' => $threesixtyid, 'touser' => $touserid, - 'downloadformat' => $format + 'downloadformat' => $format, ]; $PAGE->set_url('/mod/threesixo/report_download.php', $urlparams); $PAGE->set_heading($course->fullname);