diff options
-rw-r--r-- | modules/user/user.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index 55e93eb92..aa18d2364 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)) { |