diff --git a/modules/user/user.module b/modules/user/user.module index 55e93eb9243..aa18d2364a9 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -3180,9 +3180,9 @@ function user_forms() { } /** - * Implementation of hook_comments(). + * Implementation of hook_comment(). */ -function user_comment($comment, $op) { +function user_comment(&$comment, $op) { // Validate signature. if ($op == 'view') { if (variable_get('user_signatures', 0) && !empty($comment->signature)) {