aboutsummaryrefslogtreecommitdiff
path: root/start.php
diff options
context:
space:
mode:
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 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);