diff --git a/modules/comment/views_handler_field_comment_node_link.inc b/modules/comment/views_handler_field_comment_node_link.inc index 00e31a50c3faa5b38cd7ff7e37816e5a99c9f261..7feecfba9c09a67ae8b475f62c88c9f8833f9279 100644 --- a/modules/comment/views_handler_field_comment_node_link.inc +++ b/modules/comment/views_handler_field_comment_node_link.inc @@ -38,7 +38,6 @@ function options_form(&$form, &$form_state) { '#title' => t('Show teaser-style link'), '#default_value' => $this->options['teaser'], '#description' => t('Show the comment link in the form used on standard node teasers, rather than the full node form.'), - '#fieldset' => 'more', ); parent::options_form($form, $form_state);