diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/tagcloud/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagcloud/start.php b/mod/tagcloud/start.php index cb397d7e9..d026163a0 100644 --- a/mod/tagcloud/start.php +++ b/mod/tagcloud/start.php @@ -3,7 +3,7 @@ add_widget_type('tagcloud', elgg_echo('tagcloud:widget:title'), elgg_echo('tagcloud:widget:description')); // Extend CSS - extend_view('css','tagcloud/css'); + elgg_extend_view('css','tagcloud/css'); if(is_plugin_enabled('blog')) { // extend blog sidebar with a tag-cloud |