aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
Diffstat (limited to 'start.php')
-rw-r--r--start.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/start.php b/start.php
index 8baf86a6b..24a100f9f 100644
--- a/start.php
+++ b/start.php
@@ -98,6 +98,8 @@ function event_calendar_init() {
elgg_register_action("event_calendar/addtocalendar","$action_path/addtocalendar.php");
elgg_register_action("event_calendar/add_to_group","$action_path/add_to_group.php");
elgg_register_action("event_calendar/remove_from_group","$action_path/remove_from_group.php");
+ elgg_register_action("event_calendar/add_to_group_members","$action_path/add_to_group_members.php");
+ elgg_register_action("event_calendar/remove_from_group_members","$action_path/remove_from_group_members.php");
}