-
Bug
-
Resolution: Fixed
-
Minor
-
4.3
-
MOODLE_403_STABLE
-
MOODLE_403_STABLE
-
MDL-79253-master -
To reproduce:
- Create a course
- Add a SCORM package to the course.
- Go to Site administration > Courses > Manage courses and categories
- Delete the course
- Expected: The course will be deleted.
- Actual: The following error occurs:
Exception - Call to undefined function scorm_delete_tracks()
Stack trace:
line 296 of /mod/scorm/lib.php: Error thrown
line 5202 of /lib/moodlelib.php: call to scorm_delete_instance()
line 5045 of /lib/moodlelib.php: call to remove_course_contents()
line 68 of /course/delete.php: call to delete_course()