diff --git a/user/edit.php b/user/edit.php index 207093c23dd..894744e7a2f 100644 --- a/user/edit.php +++ b/user/edit.php @@ -293,6 +293,7 @@ $PAGE->set_title("$course->shortname: $streditmyprofile"); $PAGE->set_heading($course->fullname); echo $OUTPUT->header(); +echo $OUTPUT->heading($userfullname); if ($email_changed) { echo $email_changed_html;