-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
3.3
-
None
-
None
-
2016111503
-
MOODLE_33_STABLE
A course which is using grid format cannot be deleted from the system. The activities all get removed but the course removal fails on the event with an error that class grid_format cannot be found.
if you add in the line:
require_once ($CFG->dirroot . '/course/format/grid/lib.php');
to the file classes/observer.php this then works perfectly.
- duplicates
-
CONTRIB-6917 Error when restoring course
-
- Resolved
-