From 52c341fb429b138f07cf99d1f5cde7ae8a86f8ee Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Wed, 19 Oct 2011 18:24:38 +0200 Subject: group events now have add all and remove all buttons when managing subscribers --- start.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'start.php') 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"); } -- cgit v1.2.3