-
Bug
-
Resolution: Fixed
-
Minor
-
2.3
-
MOODLE_23_STABLE
-
MOODLE_23_STABLE
-
fix_course_sortorder() called is overwritten by a later $DB->update call.
To fix:
// Get updated path by move_category().
|
$category->path = $DB->get_field('course_categories', 'path',
|
array('id' => $category->id));
|
- blocks
-
MDL-33529 external PHPunit tests
-
- Closed
-