mirror of
https://github.com/moodle/moodle.git
synced 2025-04-03 23:42:39 +02:00
When grades are deleted, it needs to know the context so any files in the gradebook can be deleted. This means module delete_instance functions must delete the grade_item before they delete the module record.