summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/update.php b/update.php
index 91887c195..d0f961efb 100644
--- a/update.php
+++ b/update.php
@@ -101,6 +101,7 @@ function update_access_denied_page() {
include_once './includes/bootstrap.inc';
drupal_maintenance_theme();
+
if (isset($_GET["op"])) {
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
@@ -122,6 +123,7 @@ if (isset($_GET["op"])) {
}
}
else {
+ drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
$output = update_info_page();
}