From 978d6aa6283933c805622d4d24fa6068833f7817 Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Thu, 15 Mar 2012 14:43:49 +0100 Subject: added full calendar drag and drop --- start.php | 1 + 1 file changed, 1 insertion(+) (limited to 'start.php') diff --git a/start.php b/start.php index ca96624dc..e838194f5 100644 --- a/start.php +++ b/start.php @@ -107,6 +107,7 @@ function event_calendar_init() { 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"); + elgg_register_action("event_calendar/modify_full_calendar","$action_path/modify_full_calendar.php"); } -- cgit v1.2.3