diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 14:57:39 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-03-15 14:57:39 +0000 |
commit | 3aecd5e20efffaaf5dee0acdfe91d89380a804ad (patch) | |
tree | 73075181a0860a7e341cdd8dc75e542ea6aac6e0 | |
parent | a267a9e8657564dc90bfcc142c1e80859fd91ec2 (diff) | |
download | elgg-3aecd5e20efffaaf5dee0acdfe91d89380a804ad.tar.gz elgg-3aecd5e20efffaaf5dee0acdfe91d89380a804ad.tar.bz2 |
Replaced extend_view() with elgg_extend_view().
git-svn-id: http://code.elgg.org/elgg/trunk@5407 36083f99-b078-4883-b0ff-0f9b5a30f544
-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 |