diff --git a/core/modules/comment/comment.tokens.inc b/core/modules/comment/comment.tokens.inc index b7f45f9..4384c2e 100644 --- a/core/modules/comment/comment.tokens.inc +++ b/core/modules/comment/comment.tokens.inc @@ -54,7 +54,7 @@ function comment_token_info() { 'name' => t("Content"), 'description' => t("The formatted content of the comment itself."), ); - $node['langcode'] = array( + $comment['langcode'] = array( 'name' => t('Language code'), 'description' => t('The language code of the language the comment is written in.'), );