From 771950b15db128eccd8db537092f755947d938ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 31 Mar 2008 18:17:21 +0000 Subject: - 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.) --- includes/common.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') 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(); -- cgit v1.2.3