X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fcomment.tokens.inc;fp=web%2Fcore%2Fmodules%2Fcomment%2Fcomment.tokens.inc;h=e29872fe9150cf490ff62c7e1700d88020b395e5;hp=884144196a2e59dff102d6a7834b95403a5d02eb;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/comment/comment.tokens.inc b/web/core/modules/comment/comment.tokens.inc index 884144196..e29872fe9 100644 --- a/web/core/modules/comment/comment.tokens.inc +++ b/web/core/modules/comment/comment.tokens.inc @@ -179,7 +179,7 @@ function comment_tokens($type, $tokens, array $data, array $options, BubbleableM // Comment related URLs. case 'url': - $url_options['fragment'] = 'comment-' . $comment->id(); + $url_options['fragment'] = 'comment-' . $comment->id(); $replacements[$original] = $comment->url('canonical', $url_options); break;