diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-06-15 07:10:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-06-15 07:10:47 +0000 |
commit | 0d5e968823f3f0932e02cc637971c504ad872e8f (patch) | |
tree | 65131c4ec669a225af78856fc7078e912bc315a4 | |
parent | dbaddb73c3a9e666a08101317ae3d295306fccac (diff) | |
download | brdo-0d5e968823f3f0932e02cc637971c504ad872e8f.tar.gz brdo-0d5e968823f3f0932e02cc637971c504ad872e8f.tar.bz2 |
- Patch #82526 by Moshe: simplified APIs -- use form_alter now.
-rw-r--r-- | modules/comment/comment.module | 2 |
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; } |