Skip to content

Commit

Permalink
MDL-57990 Backport fix for order courses correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jleyva committed Feb 20, 2017
1 parent 04e24bf commit 5010303
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -10392,6 +10392,7 @@ protected static function core_course_get_course_public_information(course_in_li
$coursereturns['overviewfiles'] = $files;
$coursereturns['contacts'] = $coursecontacts;
$coursereturns['enrollmentmethods'] = $enroltypes;
$coursereturns['sortorder'] = $course->sortorder;
return $coursereturns;
}

Expand Down

0 comments on commit 5010303

Please sign in to comment.