Issue #2080369 by mrsinguyen: Remove Unused local variable () from /core/modules/statistics/statistics.tokens.inc.

8.0.x
webchick 2013-09-04 12:23:38 -07:00
parent 03548786fd
commit 5d985abaa3
1 changed files with 0 additions and 1 deletions

View File

@ -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'])) {