Issue #2080369 by mrsinguyen: Remove Unused local variable () from /core/modules/statistics/statistics.tokens.inc.
parent
03548786fd
commit
5d985abaa3
|
@ -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'])) {
|
||||
|
|
Loading…
Reference in New Issue