diff options
Diffstat (limited to 'modules/poll/poll.tokens.inc')
-rw-r--r-- | modules/poll/poll.tokens.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/poll/poll.tokens.inc b/modules/poll/poll.tokens.inc index 37d82ab0c..6affdb74a 100644 --- a/modules/poll/poll.tokens.inc +++ b/modules/poll/poll.tokens.inc @@ -40,7 +40,6 @@ function poll_token_info() { * Implements hook_tokens(). */ function poll_tokens($type, $tokens, array $data = array(), array $options = array()) { - $url_options = array('absolute' => TRUE); $sanitize = !empty($options['sanitize']); $replacements = array(); |