Skip to content

Commit

Permalink
Merge branch 'wip-MDL-55844-master' of git://github.com/marinaglancy/…
Browse files Browse the repository at this point in the history
…moodle
  • Loading branch information
stronk7 committed Sep 6, 2016
2 parents 69e18db + c674599 commit 8c80570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/myprofilelib.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function core_myprofile_navigation(core_user\output\myprofile\tree $tree, $user,
$courselisting .= html_writer::tag('li', html_writer::link($url, $ccontext->get_context_name(false),
$linkattributes));
} else {
$courselisting .= html_writer::tag('li', $course->fullname);
$courselisting .= html_writer::tag('li', $ccontext->get_context_name(false));
}
}
$shown++;
Expand Down

0 comments on commit 8c80570

Please sign in to comment.