summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.php b/update.php
index bb4413eab..04d90af6a 100644
--- a/update.php
+++ b/update.php
@@ -525,7 +525,7 @@ function update_prepare_d7_bootstrap() {
// Allow the database system to work even if the registry has not been
// created yet.
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
- drupal_install_init_database();
+ drupal_install_initialize_database();
spl_autoload_unregister('drupal_autoload_class');
spl_autoload_unregister('drupal_autoload_interface');
// The new {blocked_ips} table is used in Drupal 7 to store a list of
@@ -682,7 +682,7 @@ if (empty($op) && $update_access_allowed) {
drupal_load('module', 'filter');
// Set up $language, since the installer components require it.
- drupal_init_language();
+ drupal_language_initialize();
// Set up theme system for the maintenance page.
drupal_maintenance_theme();