Skip to content
This repository has been archived by the owner on Jul 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request szepeviktor#78 from charlesLF/fix-75
Browse files Browse the repository at this point in the history
Explicitely flush the 'sitemaps' group in PgCacheFlush.php
  • Loading branch information
charlesLF authored Sep 21, 2016
2 parents 4bbf0a1 + 90255fd commit 97dbb2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/W3/PgCacheFlush.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ function __construct() {
function flush() {
$cache = $this->_get_cache();
w3_minify_version_change();
// First, flush the 'sitemaps' group.
$cache->flush('sitemaps');
return $cache->flush();
}

Expand Down

0 comments on commit 97dbb2f

Please sign in to comment.