diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-03-15 14:43:49 +0100 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-03-15 14:43:49 +0100 |
commit | 978d6aa6283933c805622d4d24fa6068833f7817 (patch) | |
tree | fa156e19a209581f0a8056ef899c886aa041ad6b /start.php | |
parent | 28016443bad102a76074095576da46993182dc92 (diff) | |
download | elgg-978d6aa6283933c805622d4d24fa6068833f7817.tar.gz elgg-978d6aa6283933c805622d4d24fa6068833f7817.tar.bz2 |
added full calendar drag and drop
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); } |