summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/comment/comment.module2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 5d3949289..1c9002dca 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -1611,8 +1611,6 @@ function comment_form(&$form_state, $edit, $title = NULL) {
$form['#action'] = url('comment/reply/'. $edit['nid']);
}
- // Graft in extra form additions
- $form = array_merge($form, comment_invoke_comment($form, 'form'));
return $form;
}