From: Andrew Davis Date: Wed, 18 Nov 2009 02:49:00 +0000 (+0000) Subject: user profile MDL-18914 Clicking on username in breadcrumb trail on messaging preferen... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa24e8750e2f50d29d9b3e0e871f9dad245ec523;p=moodle.git user profile MDL-18914 Clicking on username in breadcrumb trail on messaging preferences page now works --- diff --git a/message/edit.php b/message/edit.php index 104689b355..e0a1311766 100644 --- a/message/edit.php +++ b/message/edit.php @@ -175,7 +175,7 @@ if (has_capability('moodle/course:viewparticipants', $coursecontext) || has_capability('moodle/site:viewparticipants', $systemcontext)) { $PAGE->navbar->add($strparticipants, new moodle_url($CFG->wwwroot.'/message/index.php', array('id'=>$course->id))); } -$PAGE->navbar->add($userfullname, new moodle_url($CFG->wwwroot.'/message/view.php', array('id'=>$user->id, 'course'=>$course->id))); +$PAGE->navbar->add($userfullname, new moodle_url($CFG->wwwroot.'/user/view.php', array('id'=>$user->id, 'course'=>$course->id))); $PAGE->navbar->add($streditmymessage); $PAGE->set_title("$course->shortname: $streditmymessage"); if ($course->id != SITEID) {