Skip to content

Commit

Permalink
Merge branch 'MDL-54865-master' of git://github.com/ryanwyllie/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Jun 30, 2016
2 parents 77369c8 + 013abd6 commit be7d86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grade/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1039,7 +1039,8 @@ function print_grade_page_head($courseid, $active_type, $active_plugin=null,
if (isset($user)) {
$output = $OUTPUT->context_header(
array(
'heading' => fullname($user),
'heading' => html_writer::link(new moodle_url('/user/view.php', array('id' => $user->id,
'course' => $courseid)), fullname($user)),
'user' => $user,
'usercontext' => context_user::instance($user->id)
), 2
Expand Down

0 comments on commit be7d86e

Please sign in to comment.