? .directory
? boost-605568.patch
Index: boost.rules.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/Attic/boost.rules.inc,v
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.3 boost.rules.inc
--- boost.rules.inc	28 Oct 2009 04:07:03 -0000	1.1.2.3
+++ boost.rules.inc	29 Jul 2010 03:12:46 -0000
@@ -27,7 +27,7 @@ function boost_rules_action_info() {
  * Clears a page from the Boost cache
  */
 function boost_rules_action_clear_page($page, $settings) {
-  if (boost_is_cached($path)) {
+  if (file_exists(boost_file_path($page, FALSE))) {
     boost_cache_expire_derivative(array($page));
     if (BOOST_VERBOSE >= 5) {
       watchdog('boost', 'Rules flushed !page from static page cache.', array('!page' => $page));
