aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/groups/start.php')
-rw-r--r--mod/groups/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/start.php b/mod/groups/start.php
index 9b18e4d9b..6cd4b07ad 100644
--- a/mod/groups/start.php
+++ b/mod/groups/start.php
@@ -18,7 +18,7 @@ function groups_init() {
elgg_register_library('elgg:groups', elgg_get_plugins_path() . 'groups/lib/groups.php');
// register group entities for search
- register_entity_type('group', '');
+ elgg_register_entity_type('group', '');
// Set up the menu
$item = new ElggMenuItem('groups', elgg_echo('groups'), 'pg/groups/all');