Index: apachesolr_views.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr_views/apachesolr_views.module,v retrieving revision 1.2 diff -u -F '^function' -r1.2 apachesolr_views.module --- apachesolr_views.module 12 May 2009 18:07:43 -0000 1.2 +++ apachesolr_views.module 8 Dec 2009 03:51:54 -0000 @@ -15,6 +15,14 @@ function apachesolr_views_views_api() { } /** + * Implementation of hook_views_plugins_alter(). + */ +function apachesolr_views_plugins_alter(&$plugins) { + // Add apachesolr to the base of the node row plugin. + $plugins['row']['node']['base'][] = 'apachesolr'; +} + +/** * Implementation of hook_theme(). */ function apachesolr_views_theme() {