From e2410ff02068bd012174ff31b143c11f65f0f485 Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Fri, 7 Sep 2012 11:29:38 +0200 Subject: join now recreates conference if necessary --- actions/event_calendar/join_conference.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 actions/event_calendar/join_conference.php (limited to 'actions') diff --git a/actions/event_calendar/join_conference.php b/actions/event_calendar/join_conference.php new file mode 100644 index 000000000..9eb8f0da9 --- /dev/null +++ b/actions/event_calendar/join_conference.php @@ -0,0 +1,20 @@ +getURL()); + } +} else { + register_error(elgg_echo('event_calendar:error_nosuchevent')); + forward('event_calendar/list'); +} -- cgit v1.2.3