Merge branch 'MDL-30472-master' of git://github.com/ankitagarwal/moodle
This commit is contained in:
@@ -346,6 +346,8 @@
|
||||
|
||||
if (!isset($hiddenfields['lastaccess'])) {
|
||||
$table->sortable(true, 'lastaccess', SORT_DESC);
|
||||
} else {
|
||||
$table->sortable(true, 'firstname', SORT_ASC);
|
||||
}
|
||||
|
||||
$table->no_sorting('roles');
|
||||
|
||||
Reference in New Issue
Block a user