summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/poll/poll.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/poll/poll.module b/modules/poll/poll.module
index 3d8d281fa..83f4c0a65 100644
--- a/modules/poll/poll.module
+++ b/modules/poll/poll.module
@@ -569,7 +569,7 @@ function poll_block_latest_poll_view($node) {
$node->readmore = FALSE;
$node->teaser = '';
- $links = module_invoke_all('link', 'node', $node, 1);
+ $links = array();
$links[] = array('title' => t('Older polls'), 'href' => 'poll', 'attributes' => array('title' => t('View the list of polls on this site.')));
if ($node->allowvotes) {
$links[] = array('title' => t('Results'), 'href' => 'node/' . $node->nid . '/results', 'attributes' => array('title' => t('View the current poll results.')));