From aa04adce03438348c52477eacbd611c83d3caf68 Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Mon, 2 Jan 2012 15:09:06 +0100 Subject: added new userpicker for site-wide event user management --- start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'start.php') diff --git a/start.php b/start.php index b8c79ca37..5cfc9fd3a 100644 --- a/start.php +++ b/start.php @@ -99,6 +99,7 @@ function event_calendar_init() { 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"); + elgg_register_action("event_calendar/manage_subscribers","$action_path/manage_subscribers.php"); } -- cgit v1.2.3