From: Cash Costello Date: Sat, 2 Jun 2012 19:12:27 +0000 (-0400) Subject: allow blog widget on dashboard X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b9a0b5be0e427a8bab2a49a2bda6a6bb7c114045;p=lorea%2Felgg.git allow blog widget on dashboard --- diff --git a/mod/blog/start.php b/mod/blog/start.php index 73056f1c9..9faf1794e 100644 --- a/mod/blog/start.php +++ b/mod/blog/start.php @@ -60,7 +60,7 @@ function blog_init() { elgg_extend_view('groups/tool_latest', 'blog/group_module'); // add a blog widget - elgg_register_widget_type('blog', elgg_echo('blog'), elgg_echo('blog:widget:description'), 'profile'); + elgg_register_widget_type('blog', elgg_echo('blog'), elgg_echo('blog:widget:description')); // register actions $action_path = elgg_get_plugins_path() . 'blog/actions/blog';