diff options
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r-- | mod/groups/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php index 509533999..58aa50d15 100644 --- a/mod/groups/start.php +++ b/mod/groups/start.php @@ -58,6 +58,7 @@ // Add some widgets add_widget_type('group_members_widget',elgg_echo('groups:widgets:members:title'), elgg_echo('groups:widgets:members:description')); + add_widget_type('group_entities_widget',elgg_echo('groups:widgets:entities:title'), elgg_echo('groups:widgets:entities:description')); // For now, we'll hard code the groups profile items as follows: // TODO make this user configurable |