summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/tag/helpers/tag_block.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/helpers/tag_block.php b/modules/tag/helpers/tag_block.php
index 4b74c4d7..986584f0 100644
--- a/modules/tag/helpers/tag_block.php
+++ b/modules/tag/helpers/tag_block.php
@@ -35,6 +35,6 @@ class tag_block_Core {
}
public static function sort_by_name($tag1, $tag2) {
- return strcmp($tag1->name, $tag2->name);
+ return strcasecmp($tag1->name, $tag2->name);
}
} \ No newline at end of file