From 8f66b459bff921ad2f79a7858d8eb5294087b58c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 2 Jul 2009 15:07:37 +0000 Subject: #504678 follow-up by catch: Fix notice in PHP 5.3. --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 29fb8c492..5a5b70f5e 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -2461,7 +2461,7 @@ function user_forms() { /** * Implement hook_comment_view(). */ -function user_comment_view(&$comment) { +function user_comment_view($comment) { if (variable_get('user_signatures', 0) && !empty($comment->signature)) { $comment->signature = check_markup($comment->signature, $comment->format); } -- cgit v1.2.3