diff options
-rw-r--r-- | modules/comment.module | 2 | ||||
-rw-r--r-- | modules/comment/comment.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/comment.module b/modules/comment.module index 69727bd10..36f81ac93 100644 --- a/modules/comment.module +++ b/modules/comment.module @@ -1181,7 +1181,7 @@ function comment_form($edit, $title = NULL) { return theme('box', $title, drupal_get_form('comment_form', $form)); } -function comment_form_add_preview($form_id, $form, $edit) { +function comment_form_add_preview($form, $edit) { global $user; $output = ''; diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 69727bd10..36f81ac93 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -1181,7 +1181,7 @@ function comment_form($edit, $title = NULL) { return theme('box', $title, drupal_get_form('comment_form', $form)); } -function comment_form_add_preview($form_id, $form, $edit) { +function comment_form_add_preview($form, $edit) { global $user; $output = ''; |