From: brettp Date: Mon, 15 Mar 2010 14:57:39 +0000 (+0000) Subject: Replaced extend_view() with elgg_extend_view(). X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3aecd5e20efffaaf5dee0acdfe91d89380a804ad;p=lorea%2Felgg.git Replaced extend_view() with elgg_extend_view(). git-svn-id: http://code.elgg.org/elgg/trunk@5407 36083f99-b078-4883-b0ff-0f9b5a30f544 --- 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