aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2011-10-19 11:23:52 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2011-10-19 11:23:52 +0200
commite40bd05afc559335bc9b326f4ae2400043104818 (patch)
tree6dbd25f155a9b73f64b90cbca46f6f64e1ec87bb /start.php
parent3b6f9d887fea4a97ae9b948922a8679496862bbf (diff)
downloadelgg-e40bd05afc559335bc9b326f4ae2400043104818.tar.gz
elgg-e40bd05afc559335bc9b326f4ae2400043104818.tar.bz2
fixes personal calendar toggle bug and adds the ability to add any site member to a site event and any group member to a group event
Diffstat (limited to 'start.php')
-rw-r--r--start.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/start.php b/start.php
index f99c6ceb9..8baf86a6b 100644
--- a/start.php
+++ b/start.php
@@ -174,6 +174,9 @@ function event_calendar_page_handler($page) {
case 'display_users':
echo event_calendar_get_page_content_display_users($page[1]);
break;
+ case 'manage_users':
+ echo event_calendar_get_page_content_manage_users($page[1]);
+ break;
case 'add':
if (isset($page[1])) {
group_gatekeeper();