From 5d985abaa350f39f1042655a6494132199028e5e Mon Sep 17 00:00:00 2001 From: webchick Date: Wed, 4 Sep 2013 12:23:38 -0700 Subject: [PATCH] Issue #2080369 by mrsinguyen: Remove Unused local variable () from /core/modules/statistics/statistics.tokens.inc. --- core/modules/statistics/statistics.tokens.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/core/modules/statistics/statistics.tokens.inc b/core/modules/statistics/statistics.tokens.inc index 7fd103b20c2..02de3a09b74 100644 --- a/core/modules/statistics/statistics.tokens.inc +++ b/core/modules/statistics/statistics.tokens.inc @@ -34,7 +34,6 @@ function statistics_token_info() { function statistics_tokens($type, $tokens, array $data = array(), array $options = array()) { $token_service = Drupal::token(); - $url_options = array('absolute' => TRUE); $replacements = array(); if ($type == 'node' & !empty($data['node'])) {