summaryrefslogtreecommitdiff
path: root/modules/comment/comment.tokens.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-10 21:39:03 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-10 21:39:03 +0000
commit7ed3cf3b133aa980f110ebf6585d69448e2cb6ef (patch)
tree339a7d195ff16193147088110d96493d4c99f34b /modules/comment/comment.tokens.inc
parent7bcd22f1c85cc20c3a0d959a216409ee0d8b66ad (diff)
downloadbrdo-7ed3cf3b133aa980f110ebf6585d69448e2cb6ef.tar.gz
brdo-7ed3cf3b133aa980f110ebf6585d69448e2cb6ef.tar.bz2
#569238 by sun, swentel, catch: Changed Make check_markup() not cache by default.
Diffstat (limited to 'modules/comment/comment.tokens.inc')
-rw-r--r--modules/comment/comment.tokens.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.tokens.inc b/modules/comment/comment.tokens.inc
index 3f5590ee6..8ca74fa70 100644
--- a/modules/comment/comment.tokens.inc
+++ b/modules/comment/comment.tokens.inc
@@ -175,7 +175,7 @@ function comment_tokens($type, $tokens, array $data = array(), array $options =
break;
case 'body':
- $replacements[$original] = $sanitize ? check_markup($comment->comment, $comment->format) : $replacements[$original] = $comment->comment;
+ $replacements[$original] = $sanitize ? check_markup($comment->comment, $comment->format, '', TRUE) : $comment->comment;
break;
// Comment related URLs.