Index: node.views.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/node.views.inc,v retrieving revision 1.91 diff -u -p -r1.91 node.views.inc --- node.views.inc 2 Dec 2008 22:17:41 -0000 1.91 +++ node.views.inc 6 May 2009 22:23:16 -0000 @@ -622,7 +622,7 @@ function node_views_plugins() { 'handler' => 'views_plugin_row_node_view', 'path' => drupal_get_path('module', 'views') . '/modules/node', // not necessary for most modules 'theme' => 'views_view_row_node', - 'base' => array('node'), // only works with 'node' as base. + 'base' => array('node', 'apachesolr'), // only works with 'node' as base. 'uses options' => TRUE, 'type' => 'normal', 'help topic' => 'style-node',