? boost-630174.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.3.2.2.2.5.2.246
diff -u -p -r1.3.2.2.2.5.2.246 boost.module
--- boost.module	11 Nov 2009 08:14:03 -0000	1.3.2.2.2.5.2.246
+++ boost.module	12 Nov 2009 17:56:00 -0000
@@ -1714,7 +1714,7 @@ function boost_cache_expire_by_db($paths
     while ($info = db_fetch_array($result)) {
       if (($info['page_callback'] == 'node' || $info['page_callback'] == 'taxonomy') && $info['page_id'] == 0) {
         // If we can't get a 'lock' just expire the file
-        $filenames[] = $info;
+        $filenames[] = $info['filename'];
       }
       elseif ($info['page_id'] != '' && $info['page_type'] != '' && $info['page_callback'] != '') {
         // Use boost_cache_expire_router() if we can get a 'lock' on this item in the database
@@ -1723,7 +1723,7 @@ function boost_cache_expire_by_db($paths
       }
       else {
         // If we can't get a 'lock' just expire the file
-        $filenames[] = $info;
+        $filenames[] = $info['filename'];
       }
     }
     // Expire all files that match up
