Index: apachesolr_views_query.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr_views/apachesolr_views_query.inc,v retrieving revision 1.24 diff -u -p -r1.24 apachesolr_views_query.inc --- apachesolr_views_query.inc 16 Oct 2009 16:31:21 -0000 1.24 +++ apachesolr_views_query.inc 20 Nov 2009 00:54:32 -0000 @@ -291,7 +291,7 @@ class apachesolr_views_query extends vie $view->result = array(); $this->_view_arguments = $view->argument; $this->_view_filters = $view->filter; - $this->_base_path = isset($view->display[$view->current_display]->display_options['path']) ? $view->display[$view->current_display]->display_options['path'] : ''; + $$this->_base_path = isset($view->display[$view->current_display]->display_options['path']) ? $view->display[$view->current_display]->display_options['path'] : $_GET['q']; $this->_current_display = $view->current_display; $this->_current_views_name = $view->name;