mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
navigation MDL-20216 Fixed regression in course/modedit.php
This commit is contained in:
parent
9366362a59
commit
0ef5125898
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue