Index: apachesolr_search.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v
retrieving revision 1.1.2.6.2.88
diff -u -p -r1.1.2.6.2.88 apachesolr_search.module
--- apachesolr_search.module	30 Apr 2009 17:38:41 -0000	1.1.2.6.2.88
+++ apachesolr_search.module	5 May 2009 22:11:56 -0000
@@ -500,7 +500,7 @@ function apachesolr_search_block($op = '
             if (!$fields) {
               $options['attributes']['class'] = 'active';
             }
-            $links[] = apachesolr_l($search_keys, $path, $options);
+            $links[] = apachesolr_l($query->get_query_basic(), $path, $options);
             foreach($fields as $field) {
               if ($field['#name']) {
                 $new_query = clone $query;
