diff --git a/code/TagCloudWidget.php b/code/TagCloudWidget.php index 36beea9..a2d84dd 100644 --- a/code/TagCloudWidget.php +++ b/code/TagCloudWidget.php @@ -41,7 +41,7 @@ class TagCloudWidget extends Widget { return $this->Title ? $this->Title : 'Tag Cloud'; } - function Tags() { + function TagsCollection() { Requirements::css("blog/css/tagcloud.css"); $allTags = array();