summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-01 07:39:12 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-01 07:39:12 +0000
commit1c26e2cee1dfde11eb505db66ec2b97baa7244d9 (patch)
tree8b6371f500ec89099e871200cfafe8c70cda1e83 /includes/install.inc
parent1cfde5913d09de7ffaa52f98ef3c303cb363e524 (diff)
downloadbrdo-1c26e2cee1dfde11eb505db66ec2b97baa7244d9.tar.gz
brdo-1c26e2cee1dfde11eb505db66ec2b97baa7244d9.tar.bz2
- Patch #728820 by David_Rothstein: clean up installation of required modules.
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 17225f562..577724c0a 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -589,8 +589,6 @@ function drupal_install_system() {
'bootstrap' => 0,
))
->execute();
- // Now that we've installed things properly, bootstrap the full Drupal environment
- drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
system_rebuild_module_data();
}