Skip to content

Commit

Permalink
MDL-73645 course: Update breadcrumb nodes in the course reset page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski committed Mar 2, 2022
1 parent 1b2c0e6 commit 3e24811
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion course/reset.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
$strresetcourse = get_string('resetcourse');
$strremove = get_string('remove');

$PAGE->navbar->add($strresetcourse);
$PAGE->set_title($course->fullname.': '.$strresetcourse);
$PAGE->set_heading($course->fullname.': '.$strresetcourse);

Expand Down

0 comments on commit 3e24811

Please sign in to comment.