From 425f301ef3ed02796442c4cff0d33eff25f98edf Mon Sep 17 00:00:00 2001 From: Kevin Jardine Date: Mon, 4 Jun 2012 14:22:57 +0200 Subject: fixed schedule link and all day form behaviour --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'start.php') diff --git a/start.php b/start.php index 8c8bba19b..6d346b743 100644 --- a/start.php +++ b/start.php @@ -298,7 +298,7 @@ function event_calendar_entity_menu_setup($hook, $type, $return, $params) { 'name' => 'schedule', 'text' => elgg_echo('event_poll:schedule_button'), 'title' => elgg_echo('event_poll:schedule_button'), - 'href' => 'event_poll/schedule/'.$entity->guid, + 'href' => 'event_poll/vote/'.$entity->guid, 'priority' => 150, ); $return[] = ElggMenuItem::factory($options); -- cgit v1.2.3