summaryrefslogtreecommitdiff
path: root/includes/install.core.inc
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-29 05:33:43 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-04-29 05:33:43 +0000
commite1a00ff848b226f256149781c78bd4749877aa1b (patch)
tree8073f760097e036a190ed07414cd538a797e9112 /includes/install.core.inc
parent09bc8ce92df1cb323dd500914e0d466e1685413e (diff)
downloadbrdo-e1a00ff848b226f256149781c78bd4749877aa1b.tar.gz
brdo-e1a00ff848b226f256149781c78bd4749877aa1b.tar.bz2
#758804 by David_Rothstein: Remove unnecessary calls to rebuild module and theme data in the installer.
Diffstat (limited to 'includes/install.core.inc')
-rw-r--r--includes/install.core.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/install.core.inc b/includes/install.core.inc
index 7e0b91c0c..04b2fda29 100644
--- a/includes/install.core.inc
+++ b/includes/install.core.inc
@@ -1479,11 +1479,6 @@ function install_finished(&$install_state) {
$output = '<p>' . st('Congratulations, you installed @drupal!', array('@drupal' => drupal_install_profile_distribution_name())) . '</p>';
$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().
- system_rebuild_module_data();
- system_rebuild_theme_data();
-
// Flush all caches to ensure that any full bootstraps during the installer
// do not leave stale cached data, and that any content types or other items
// registered by the install profile are registered correctly.