Index: modules/comment.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/comment.views.inc,v
retrieving revision 1.30
diff -u -p -r1.30 comment.views.inc
--- modules/comment.views.inc	6 Feb 2009 20:58:18 -0000	1.30
+++ modules/comment.views.inc	16 Feb 2009 22:36:53 -0000
@@ -259,6 +259,7 @@ function comment_views_data() {
   $data['node_comment_statistics']['table']['join'] = array(
     //...to the node table
     'node' => array(
+      'type' => 'INNER',      
       'left_field' => 'nid',
       'field' => 'nid',
      ),
