mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
incorrect course number in categories after course delete; merged from MOODLE_16_STABLE
This commit is contained in:
parent
67e3f5b540
commit
c2f3feed17
@ -68,6 +68,7 @@
|
||||
print_heading($strdeletingcourse);
|
||||
|
||||
delete_course($course->id);
|
||||
fix_course_sortorder(); //update course count in catagories
|
||||
|
||||
print_heading( get_string("deletedcourse", "", $course->shortname) );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user