user/view MDL-18800 Sort courses consistently with everything else
This commit is contained in:
+1
-1
@@ -332,7 +332,7 @@
|
||||
|
||||
|
||||
if (!isset($hiddenfields['mycourses'])) {
|
||||
if ($mycourses = get_my_courses($user->id, null, null, false, 21)) {
|
||||
if ($mycourses = get_my_courses($user->id, 'visible DESC,sortorder ASC', null, false, 21)) {
|
||||
$shown=0;
|
||||
$courselisting = '';
|
||||
foreach ($mycourses as $mycourse) {
|
||||
|
||||
Reference in New Issue
Block a user