aboutsummaryrefslogtreecommitdiff
path: root/mod/tagcloud
diff options
context:
space:
mode:
Diffstat (limited to 'mod/tagcloud')
-rw-r--r--mod/tagcloud/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagcloud/start.php b/mod/tagcloud/start.php
index 444bf352f..6e6df0445 100644
--- a/mod/tagcloud/start.php
+++ b/mod/tagcloud/start.php
@@ -5,7 +5,7 @@
function tagcloud_init() {
- add_widget_type('tagcloud', elgg_echo('tagcloud:widget:title'), elgg_echo('tagcloud:widget:description'));
+ elgg_register_widget_type('tagcloud', elgg_echo('tagcloud:widget:title'), elgg_echo('tagcloud:widget:description'));
elgg_extend_view('css/screen', 'tagcloud/css');
}