From 0d5e968823f3f0932e02cc637971c504ad872e8f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 15 Jun 2007 07:10:47 +0000 Subject: - Patch #82526 by Moshe: simplified APIs -- use form_alter now. --- modules/comment/comment.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') 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; } -- cgit v1.2.3