Skip to content

Commit

Permalink
navigation MDL-20216 Fixed regression in course/modedit.php
Browse files Browse the repository at this point in the history
  • Loading branch information
samhemelryk committed Sep 8, 2009
1 parent 9366362 commit 0ef5125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/modedit.php
Expand Up @@ -584,7 +584,7 @@

$PAGE->navbar->add($strmodulenameplural, new moodle_url($CFG->wwwroot.'/mod/'.$module->name.'/index.php', array('id'=>$course->id)));
if ($navlinksinstancename) {
$PAGE->navbar->add($navlinksinstancename);
$PAGE->navbar->add($navlinksinstancename['name'], $navlinksinstancename['link']);
}
$PAGE->navbar->add($streditinga);
$PAGE->set_title($streditinga);
Expand Down

0 comments on commit 0ef5125

Please sign in to comment.