mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-38252 - course: fix typo
This commit is contained in:
parent
1dd6835d8c
commit
b22b74035c
@ -120,7 +120,7 @@ if (!empty($deletecat) and confirm_sesskey()) {
|
||||
echo $OUTPUT->notification(get_string('coursedeleted', '', $course->shortname), 'notifysuccess');
|
||||
}
|
||||
$cattodeletename = format_string($cattodelete->name, true, array('context' => $context));
|
||||
echo $OUTPUT->notification(get_string('coursecategorydeleted', '', $catetodeletename), 'notifysuccess');
|
||||
echo $OUTPUT->notification(get_string('coursecategorydeleted', '', $cattodeletename), 'notifysuccess');
|
||||
|
||||
} else {
|
||||
category_delete_move($cattodelete, $data->newparent, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user