Index: nodecomment_views.inc =================================================================== --- nodecomment_views.inc (revision 120) +++ nodecomment_views.inc (revision 160) @@ -126,7 +126,7 @@ function nodecomment_views_arguments() { $arguments = array( - 'nid' => array( + 'comment_target_nid' => array( 'name' => t("Node comment: Parent node ID"), 'handler' => "views_handler_arg_comment_target_nid", ), @@ -160,7 +160,7 @@ ); $flatview->argument = array ( array ( - 'type' => 'nid', + 'type' => 'comment_target_nid', 'argdefault' => '1', 'title' => '', 'options' => '', @@ -207,7 +207,7 @@ ); $threadedview->argument = array ( array ( - 'type' => 'nid', + 'type' => 'comment_target_nid', 'argdefault' => '1', 'title' => '', 'options' => '',