aboutsummaryrefslogtreecommitdiff
path: root/mod/invitefriends
diff options
context:
space:
mode:
Diffstat (limited to 'mod/invitefriends')
-rw-r--r--mod/invitefriends/start.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/invitefriends/start.php b/mod/invitefriends/start.php
index 1ad1d3ca1..aa08e0583 100644
--- a/mod/invitefriends/start.php
+++ b/mod/invitefriends/start.php
@@ -17,5 +17,5 @@ function invitefriends_pagesetup() {
}
}
-register_action('invitefriends/invite', false, $CONFIG->pluginspath . 'invitefriends/actions/invite.php');
+elgg_register_action('invitefriends/invite', $CONFIG->pluginspath . 'invitefriends/actions/invite.php');
elgg_register_event_handler('pagesetup', 'system', 'invitefriends_pagesetup');