aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-09-07 11:29:38 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2012-09-07 11:29:38 +0200
commite2410ff02068bd012174ff31b143c11f65f0f485 (patch)
tree3401a03fe44703a7af789d263d2ae1f138cd1e34 /start.php
parent381e87e243e357d804f6113758ac00b69a0b436b (diff)
downloadelgg-e2410ff02068bd012174ff31b143c11f65f0f485.tar.gz
elgg-e2410ff02068bd012174ff31b143c11f65f0f485.tar.bz2
join now recreates conference if necessary
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 49312599f..ad635c598 100644
--- a/start.php
+++ b/start.php
@@ -110,7 +110,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");
}
/**