? boost-619852.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.228
diff -u -p -r1.3.2.2.2.5.2.228 boost.module
--- boost.module	3 Nov 2009 06:40:08 -0000	1.3.2.2.2.5.2.228
+++ boost.module	3 Nov 2009 23:02:06 -0000
@@ -156,6 +156,14 @@ function boost_views_pre_render(&$view) 
 }
 
 /**
+ * Implementation of hook_views_pre_render().
+ *
+ * Hack due to this issue: http://drupal.org/node/619852
+ */
+function boost_views_pre_view(&$view, &$display_id, &$args) {
+}
+
+/**
  * Implementation of hook_init(). Performs page setup tasks if page not cached.
  */
 function boost_init() {
