summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-31 19:10:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-31 19:10:39 +0000
commitfa63e6fe6873a4133055c01e277a6b2ace28b759 (patch)
tree6e59c236c586379d571d506a6ce23eaea3a6af47 /includes/install.core.inc
parentd054bfaa01a6018ab6305806143dffe91ce8fb92 (diff)
downloadbrdo-fa63e6fe6873a4133055c01e277a6b2ace28b759.tar.gz
brdo-fa63e6fe6873a4133055c01e277a6b2ace28b759.tar.bz2
- Patch #305653 by donquixote, David_Rothstein, cdale, sun, snowball43, Dave Reid, JohnAlbin, aspilicious: themes disabled during update.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc
index 1dbe9e2f8..8f626f677 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -1472,10 +1472,7 @@ function install_finished(&$install_state) {
$output .= '<p>' . (isset($messages['error']) ? st('Review the messages above before visiting <a href="@url">your new site</a>.', array('@url' => url(''))) : st('<a href="@url">Visit your new site</a>.', array('@url' => url('')))) . '</p>';
// Rebuild the module and theme data, in case any newly-installed modules
- // need to modify it via hook_system_info_alter(). We need to clear the
- // theme static cache first, to make sure that the theme data is actually
- // rebuilt.
- drupal_static_reset('_system_rebuild_theme_data');
+ // need to modify it via hook_system_info_alter().
system_rebuild_module_data();
system_rebuild_theme_data();