From 4f32e4165b8e0c9c77e89b482d25df5ce56d1f6b Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 24 Dec 2009 14:00:03 +0000 Subject: - Patch #664012 by sun: fixed comment settings. --- modules/comment/comment.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/comment/comment.module') diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 89c4fa7e7..c4554d91a 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -958,7 +958,7 @@ function comment_view_multiple($comments, $node, $build_mode = 'full', $weight = * Implements hook_form_FORM_ID_alter(). */ function comment_form_node_type_form_alter(&$form, $form_state) { - if (isset($form['identity']['type'])) { + if (isset($form['type'])) { $form['comment'] = array( '#type' => 'fieldset', '#title' => t('Comment settings'), -- cgit v1.2.3