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
// Change the settings.php information if verification failed earlier.
if(!$verify){
...
...
@@ -414,6 +414,8 @@ function install_already_done_error() {
*/
functioninstall_complete($profile){
global$base_url;
// Store install profile for later use.
variable_set('install_profile',$profile);
// Bootstrap newly installed Drupal, while preserving existing messages.
$messages=$_SESSION['messages'];
...
...
@@ -436,7 +438,6 @@ function install_complete($profile) {
$msg=drupal_set_message()?'Please review the messages above before continuing on to <a href="%url">your new site</a>.':'You may now visit <a href="%url">your new site</a>.';