Skip to content

Commit

Permalink
MDL-29195 Remove duplicate Participants -> Notes from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Robert Nicols committed Dec 8, 2011
1 parent 42f6b3f commit 93e1d18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notes/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@
if (has_capability('moodle/course:viewparticipants', $coursecontext) || has_capability('moodle/site:viewparticipants', $systemcontext)) {
$link = new moodle_url('/user/index.php',array('id'=>$course->id));
}
$PAGE->navbar->add(get_string('participants'), $link);
$PAGE->navbar->add($strnotes);
}

$PAGE->set_pagelayout('course');
Expand Down

0 comments on commit 93e1d18

Please sign in to comment.