summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/cache.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-inst/wp-includes/cache.php')
-rw-r--r--wp-inst/wp-includes/cache.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/wp-inst/wp-includes/cache.php b/wp-inst/wp-includes/cache.php
index 0ae4350..e76cc69 100644
--- a/wp-inst/wp-includes/cache.php
+++ b/wp-inst/wp-includes/cache.php
@@ -333,6 +333,8 @@ class WP_Object_Cache {
}
}
+ $this->dirty_objects = array();
+
// Release write lock.
flock($mutex, LOCK_UN);
fclose($mutex);