From fa63e6fe6873a4133055c01e277a6b2ace28b759 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 31 Mar 2010 19:10:39 +0000 Subject: - Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave Reid, JohnAlbin, aspilicious: themes disabled during update. --- includes/common.inc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 3460d1ad1..ecb89071e 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -6071,16 +6071,7 @@ function drupal_flush_all_caches() { registry_rebuild(); drupal_clear_css_cache(); drupal_clear_js_cache(); - - // If invoked from update.php, we must not update the theme information in the - // database, or this will result in all themes being disabled. - if (defined('MAINTENANCE_MODE') && MAINTENANCE_MODE == 'update') { - _system_rebuild_theme_data(); - } - else { - system_rebuild_theme_data(); - } - + system_rebuild_theme_data(); drupal_theme_rebuild(); menu_rebuild(); node_types_rebuild(); -- cgit v1.2.3