MDL-13633 - Now sorting correctly (merge from 1.9)

This commit is contained in:
scyrma 2008-02-27 06:03:24 +00:00
parent cf79f661cb
commit 47b13a7bd8

View File

@ -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;
}