From a4b0f36ff9d347cc22b8063cadf0505c8fa87494 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 9 Jul 2008 12:18:36 +0000 Subject: Refs #129, #109 & #106 git-svn-id: https://code.elgg.org/elgg/trunk@1353 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/groups/start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod/groups/start.php') 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 -- cgit v1.2.3