diff options
Diffstat (limited to 'mod/blog/start.php')
-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 8caffcb5f..374fe22d2 100644 --- a/mod/blog/start.php +++ b/mod/blog/start.php @@ -44,7 +44,7 @@ function blog_init() { // Register for search. register_entity_type('object', 'blog'); - //add_widget_type('blog', elgg_echo('blog'), elgg_echo('blog:widget:description'), 'profile, dashboard'); + //elgg_register_widget_type('blog', elgg_echo('blog'), elgg_echo('blog:widget:description'), 'profile, dashboard'); // register actions $action_path = elgg_get_plugin_path() . 'blog/actions/blog'; |