MDL-13633 - Now sorting correctly

This commit is contained in:
scyrma
2008-02-27 06:02:44 +00:00
parent 6a4bd1e861
commit 0a08be2397
+1 -1
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;
}