--- context/plugins/context_reaction_block.inc  2011-07-07 12:57:03.000000000 -0400
+++ context/plugins/context_reaction_block.inc  2011-07-07 12:56:25.000000000 -0400
@@ -221,6 +221,7 @@
       if ($this->is_enabled_region($region)) {
         if ($blocks = $this->block_get_blocks_by_region($region)) {
           $page[$region] = isset($page[$region]) ? array_merge($page[$region], $blocks) : $blocks;
+         $page[$region]['#sorted'] = FALSE;
         }
       }
     }