summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-06-15 07:10:47 +0000
committerDries Buytaert <dries@buytaert.net>2007-06-15 07:10:47 +0000
commit0d5e968823f3f0932e02cc637971c504ad872e8f (patch)
tree65131c4ec669a225af78856fc7078e912bc315a4
parentdbaddb73c3a9e666a08101317ae3d295306fccac (diff)
downloadbrdo-0d5e968823f3f0932e02cc637971c504ad872e8f.tar.gz
brdo-0d5e968823f3f0932e02cc637971c504ad872e8f.tar.bz2
- Patch #82526 by Moshe: simplified APIs -- use form_alter now.
-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;
}