aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2011-10-19 18:24:38 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2011-10-19 18:24:38 +0200
commit52c341fb429b138f07cf99d1f5cde7ae8a86f8ee (patch)
tree563abac65b4c8c34fe51d31411ad6a51f6edcdf3 /start.php
parenta4003502d860f39880d0368d2737f3b03445fafa (diff)
downloadelgg-52c341fb429b138f07cf99d1f5cde7ae8a86f8ee.tar.gz
elgg-52c341fb429b138f07cf99d1f5cde7ae8a86f8ee.tar.bz2
group events now have add all and remove all buttons when managing subscribers
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");
}