From 105e0749a8334214c358b1a94f412227acf02ad6 Mon Sep 17 00:00:00 2001
From: dereine <dereine@99340.no-reply.drupal.org>
Date: Wed, 16 May 2012 15:42:58 +0200
Subject: [PATCH] Issue #1490680 by dawehner | jbucks: Fixed 'Add comment link'
 doesn't show when they are no comments on a node.

---
 modules/comment/views_handler_field_comment_node_link.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/comment/views_handler_field_comment_node_link.inc b/modules/comment/views_handler_field_comment_node_link.inc
index 00e31a50c3fa..7feecfba9c09 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);
-- 
GitLab