Skip to content

Commit

Permalink
IOMAD: 403_STABLE: errors viewing IOMAD certificate after a course is…
Browse files Browse the repository at this point in the history
… completed #1942
  • Loading branch information
turf212 committed Mar 17, 2024
1 parent e95893e commit e05b413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/iomadcertificate/locallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function iomadcertificate_email_student($course, $iomadcertificate, $certrecord,

// Ok, no teachers, use administrator name
if (empty($teacher)) {
$teacher = fullname(get_admin());
$teacher = get_admin();
}

$info = new stdClass;
Expand Down

0 comments on commit e05b413

Please sign in to comment.