summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-03-31 18:17:21 +0000
committerDries Buytaert <dries@buytaert.net>2008-03-31 18:17:21 +0000
commit771950b15db128eccd8db537092f755947d938ff (patch)
treebf277c69b52c09db5ebd8f6cc5ca487b9e96d3b4
parenta490884614250e68ff3761a9c60124c7a1113cfb (diff)
downloadbrdo-771950b15db128eccd8db537092f755947d938ff.tar.gz
brdo-771950b15db128eccd8db537092f755947d938ff.tar.bz2
- Patch #239958 by Steve Dondley: make the explicit cache clearing functionality reload the theme's .info file. (We're back from a vacation in the French Alpes, BTW! Time to catch up with patches.)
-rw-r--r--includes/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 2d809132b..52d8babd8 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -3490,6 +3490,7 @@ function drupal_flush_all_caches() {
drupal_clear_css_cache();
drupal_clear_js_cache();
+ system_theme_data();
drupal_rebuild_theme_registry();
menu_rebuild();
node_types_rebuild();