diff options
author | Sem <sembrestels@riseup.net> | 2012-11-23 01:05:31 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-11-23 01:05:31 +0100 |
commit | 39bca929f875ca6e9bd422b112d1e48b717fa126 (patch) | |
tree | db17973fedc2bb72ba25dbfde6513e5194c69be2 /start.php | |
parent | 58eebf19ad92aa1c3247aaec4f61e1440a81523a (diff) | |
parent | 75bd3af84a76345928a831eecbc5d0f99f9fead4 (diff) | |
download | elgg-39bca929f875ca6e9bd422b112d1e48b717fa126.tar.gz elgg-39bca929f875ca6e9bd422b112d1e48b717fa126.tar.bz2 |
Merge branch 'full' of git://github.com/kevinjardine/Elgg-Event-Calendar
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ function event_calendar_init() { 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"); - + elgg_register_action("event_calendar/join_conference","$action_path/join_conference.php"); } /** |