From 2dba075e8a9750ccde392979a780e35d3aa86727 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 17 Mar 2009 00:37:39 +0000 Subject: Fix typo: tag_block -> tag_theme Overlooked when I renamed this class. --- modules/tag/helpers/tag.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/tag/helpers/tag.php b/modules/tag/helpers/tag.php index 5077255b..3c35a191 100644 --- a/modules/tag/helpers/tag.php +++ b/modules/tag/helpers/tag.php @@ -69,7 +69,7 @@ class tag_Core { if ($tags) { $cloud = new View("tag_cloud.html"); $cloud->max_count = $tags[0]->count; - usort($tags, array("tag_block", "sort_by_name")); + usort($tags, array("tag_theme", "sort_by_name")); $cloud->tags = $tags; return $cloud; } -- cgit v1.2.3