MDL-73645 course: Update breadcrumb nodes in the course reset page

This commit is contained in:
Mihail Geshoski 2022-02-14 17:13:56 +08:00
parent 1b2c0e6faf
commit 3e24811c00

View file

@ -46,7 +46,6 @@ $strreset = get_string('reset');
$strresetcourse = get_string('resetcourse');
$strremove = get_string('remove');
$PAGE->navbar->add($strresetcourse);
$PAGE->set_title($course->fullname.': '.$strresetcourse);
$PAGE->set_heading($course->fullname.': '.$strresetcourse);