mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-13633 - Now sorting correctly (merge from 1.9)
This commit is contained in:
parent
cf79f661cb
commit
47b13a7bd8
@ -81,7 +81,7 @@ function tag_cloud_sort($a, $b) {
|
||||
global $CFG;
|
||||
|
||||
if (empty($CFG->tagsort)) {
|
||||
return 0;
|
||||
$tagsort = 'name'; // by default, sort by name
|
||||
} else {
|
||||
$tagsort = $CFG->tagsort;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user