From 7ed3cf3b133aa980f110ebf6585d69448e2cb6ef Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 10 Oct 2009 21:39:03 +0000 Subject: #569238 by sun, swentel, catch: Changed Make check_markup() not cache by default. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/user.module b/modules/user/user.module index 26064f886..1cf567bb1 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2852,7 +2852,7 @@ function user_forms() { */ function user_comment_view($comment) { if (variable_get('user_signatures', 0) && !empty($comment->signature)) { - $comment->signature = check_markup($comment->signature, $comment->format); + $comment->signature = check_markup($comment->signature, $comment->format, '', TRUE); } else { $comment->signature = ''; -- cgit v1.2.3