aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2012-11-23 01:05:31 +0100
committerSem <sembrestels@riseup.net>2012-11-23 01:05:31 +0100
commit39bca929f875ca6e9bd422b112d1e48b717fa126 (patch)
treedb17973fedc2bb72ba25dbfde6513e5194c69be2 /start.php
parent58eebf19ad92aa1c3247aaec4f61e1440a81523a (diff)
parent75bd3af84a76345928a831eecbc5d0f99f9fead4 (diff)
downloadelgg-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.php b/start.php
index 752646a3e..5590544b8 100644
--- a/start.php
+++ b/start.php
@@ -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");
}
/**