aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-03-15 14:43:49 +0100
committerKevin Jardine <kevinjardine@yahoo.com>2012-03-15 14:43:49 +0100
commit978d6aa6283933c805622d4d24fa6068833f7817 (patch)
treefa156e19a209581f0a8056ef899c886aa041ad6b /start.php
parent28016443bad102a76074095576da46993182dc92 (diff)
downloadelgg-978d6aa6283933c805622d4d24fa6068833f7817.tar.gz
elgg-978d6aa6283933c805622d4d24fa6068833f7817.tar.bz2
added full calendar drag and drop
Diffstat (limited to 'start.php')
-rw-r--r--start.php1
1 files changed, 1 insertions, 0 deletions
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");
}