diff options
author | Cash Costello <cash.costello@gmail.com> | 2012-06-02 15:12:27 -0400 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2012-06-02 15:12:27 -0400 |
commit | b9a0b5be0e427a8bab2a49a2bda6a6bb7c114045 (patch) | |
tree | de4f0271424e25deeb174a48d9126a9cfe4bec5e /mod | |
parent | 2f4ca1e52663ae9c991408e2035217a810b0e7a1 (diff) | |
download | elgg-b9a0b5be0e427a8bab2a49a2bda6a6bb7c114045.tar.gz elgg-b9a0b5be0e427a8bab2a49a2bda6a6bb7c114045.tar.bz2 |
allow blog widget on dashboard
Diffstat (limited to 'mod')
-rw-r--r-- | mod/blog/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'; |