aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/start.php
diff options
context:
space:
mode:
authorewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-15 21:33:59 +0000
committerewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-02-15 21:33:59 +0000
commit1196f73263f4050400604467200a71f2e1f0e3cb (patch)
tree61c251994263d039ae08a29683a476912c524245 /mod/groups/start.php
parented063396330dd8b9d07d211920fe28c8a2a0b925 (diff)
downloadelgg-1196f73263f4050400604467200a71f2e1f0e3cb.tar.gz
elgg-1196f73263f4050400604467200a71f2e1f0e3cb.tar.bz2
Removed all calls to deprecated register_entity_type
git-svn-id: http://code.elgg.org/elgg/trunk@8261 36083f99-b078-4883-b0ff-0f9b5a30f544
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');