? boost-565640.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.126
diff -u -p -r1.3.2.2.2.5.2.126 boost.module
--- boost.module	1 Sep 2009 00:13:30 -0000	1.3.2.2.2.5.2.126
+++ boost.module	1 Sep 2009 20:40:29 -0000
@@ -994,7 +994,7 @@ function boost_is_cacheable($path) {
       // When BOOST_CACHEABILITY_OPTION has a value of 0, boost will cache
       // all pages except those listed in BOOST_CACHEABILITY_PAGES. When set
       // to 1, boost will cache only on those pages listed in BOOST_CACHEABILITY_PAGES.
-      $page_match =  !($block->visibility xor $page_match);
+      $page_match =  !(BOOST_CACHEABILITY_OPTION xor $page_match);
     }
     else {
       $page_match =  drupal_eval(BOOST_CACHEABILITY_PAGES);
