From cf938693674c92bbaecc2e623cc1f26147c20f27 Mon Sep 17 00:00:00 2001 From: Axel Rutz Date: Mon, 22 Jan 2018 19:52:08 +0100 Subject: [PATCH] Issue #2938681: Entity url tokens like [message:url:absolute] not provided --- token.tokens.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/token.tokens.inc b/token.tokens.inc index f584bda..036ee1c 100644 --- a/token.tokens.inc +++ b/token.tokens.inc @@ -48,9 +48,6 @@ function token_token_info_alter(&$info) { } $token_type = $entity_info['token type']; - if (!isset($info['types'][$token_type]) || !isset($info['tokens'][$token_type])) { - continue; - } // Add [entity:url] tokens if they do not already exist. // @todo Support entity:label -- 2.7.4