Fix sorting "My courses" list

See d698a565ca
behat
Angel Fernando Quiroz Campos 6 years ago
parent 67e5db66a1
commit 660ddb3be2
  1. 2
      main/inc/lib/usermanager.lib.php

@ -3576,7 +3576,7 @@ class UserManager
if (empty($checkPosition)) { if (empty($checkPosition)) {
// The session course list doesn't have any position, // The session course list doesn't have any position,
// then order the course list by course code // then order the course list by course code
$list = array_column($myCourseList, 'course_code'); $list = array_column($myCourseList, 'code');
array_multisort($myCourseList, SORT_ASC, $list); array_multisort($myCourseList, SORT_ASC, $list);
} }
} }

Loading…
Cancel
Save