]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
allow blog widget on dashboard
authorCash Costello <cash.costello@gmail.com>
Sat, 2 Jun 2012 19:12:27 +0000 (15:12 -0400)
committerCash Costello <cash.costello@gmail.com>
Sat, 2 Jun 2012 19:12:27 +0000 (15:12 -0400)
mod/blog/start.php

index 73056f1c9c660efbb61fbdd6625acf8ce09a45e7..9faf1794e9035e7041440b826da73c578a82e1d9 100644 (file)
@@ -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';