diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-23 17:07:39 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-23 17:07:39 +0000 |
commit | ea4ce23b2481469637e87e8e21a822894ee175b7 (patch) | |
tree | 330945c66ce820e1d83813b639feeb5382ad3073 /engine/lib/group.php | |
parent | 3ffc92b3d7693b669f6d1b4675eba1e6dbde4492 (diff) | |
download | elgg-ea4ce23b2481469637e87e8e21a822894ee175b7.tar.gz elgg-ea4ce23b2481469637e87e8e21a822894ee175b7.tar.bz2 |
Refs #2557 merged fix into trunk from 1.7 branch
git-svn-id: http://code.elgg.org/elgg/trunk@7916 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/group.php')
-rw-r--r-- | engine/lib/group.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/engine/lib/group.php b/engine/lib/group.php index 3b42de02f..1f2099dcd 100644 --- a/engine/lib/group.php +++ b/engine/lib/group.php @@ -801,15 +801,3 @@ function list_group_search($tag, $limit = 10) { return elgg_view_entity_list($entities, $count, $offset, $limit, $fullview, false); } - -/** - * Performs initialisation functions for groups - * - * @return void - */ -function group_init() { - // Register an entity type - register_entity_type('group', ''); -} - -elgg_register_event_handler('init', 'system', 'group_init'); |