? 749780.patch
Index: apachesolr_ajax.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr_ajax/apachesolr_ajax.module,v
retrieving revision 1.5
diff -u -p -r1.5 apachesolr_ajax.module
--- apachesolr_ajax.module	15 Mar 2010 17:42:20 -0000	1.5
+++ apachesolr_ajax.module	25 Mar 2010 21:50:17 -0000
@@ -71,6 +71,17 @@ function apachesolr_ajax_proxy() {
           }
         }
       }
+      if (module_exists('context')) {
+        if ($list = context_block_list($region)) {
+          foreach ($list as $block) {
+            if (!isset($json[$region][$block->module .'_'. $block->delta])) {
+              if (in_array($block->module, $modules)) {
+                $json[$region][$block->module .'_'. $block->delta] = theme('block', $block);
+              }
+            }
+          }
+        }
+      }
     }
 
     print json_encode($json);
