Skip to content
Snippets Groups Projects
Commit 3029da00 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #29051 by mathias: made the update.php script work when Drupal is...

- Patch #29051 by mathias: made the update.php script work when Drupal is installed in a subdirectory.
parent d9d6a6e0
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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 @@ function update_access_denied_page() {
}
}
else {
drupal_bootstrap(DRUPAL_BOOTSTRAP_DATABASE);
$output = update_info_page();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment