diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 12:18:36 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-09 12:18:36 +0000 |
commit | a4b0f36ff9d347cc22b8063cadf0505c8fa87494 (patch) | |
tree | 7ff3eb8ccdf831170fe4d26067916e8a1a51eddb /mod/groups/start.php | |
parent | 6fc948daa0469142af595eaffc4fe59282690bf4 (diff) | |
download | elgg-a4b0f36ff9d347cc22b8063cadf0505c8fa87494.tar.gz elgg-a4b0f36ff9d347cc22b8063cadf0505c8fa87494.tar.bz2 |
Refs #129, #109 & #106
git-svn-id: https://code.elgg.org/elgg/trunk@1353 36083f99-b078-4883-b0ff-0f9b5a30f544
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 |