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 aaaaa3f45..c2b3dc35b 100644
--- a/mod/groups/start.php
+++ b/mod/groups/start.php
@@ -39,7 +39,7 @@
elgg_register_action("groups/invite", $CONFIG->pluginspath . "groups/actions/invite.php");
// Add a page owner handler
- elgg_register_plugin_hook_handler('page_owner', 'system', 'groups_page_owner_handler');
+ //elgg_register_plugin_hook_handler('page_owner', 'system', 'groups_page_owner_handler');
// Add some widgets
elgg_register_widget_type('a_users_groups',elgg_echo('groups:widget:membership'), elgg_echo('groups:widgets:description'));