summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 18:37:23 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-01 18:37:23 +0000
commitbf751d9a94dca1b48f30a061aa09049c977fbda1 (patch)
tree511a51fe8ae9f7675e5ea148ada52cc74e9f0d15 /includes/common.inc
parent0223bf1dc25a77671618733ee7e76fba958013d8 (diff)
downloadbrdo-bf751d9a94dca1b48f30a061aa09049c977fbda1.tar.gz
brdo-bf751d9a94dca1b48f30a061aa09049c977fbda1.tar.bz2
#651086 follow-up by carols8f: Fix cache clearing is an ineffective mess.
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 0c3851411..8fda660e9 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -6544,6 +6544,9 @@ function drupal_flush_all_caches() {
menu_rebuild();
node_types_rebuild();
+ // Synchronize to catch any actions that were added or removed.
+ actions_synchronize();
+
// Don't clear cache_form - in-progress form submissions may break.
// Ordered so clearing the page cache will always be the last action.
$core = array('cache', 'cache_filter', 'cache_bootstrap', 'cache_page');