summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
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 = '';