From 878fb1e781380742f981c24fc1fcf7a4b9583024 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 3 May 2010 06:51:41 +0000 Subject: #409410 by hunmonk, David_Rothstein: Don't clobber install profile messages on final page of installer. --- includes/install.core.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'includes') diff --git a/includes/install.core.inc b/includes/install.core.inc index 5569208f8..ae9802bb9 100644 --- a/includes/install.core.inc +++ b/includes/install.core.inc @@ -1332,11 +1332,7 @@ function install_load_profile(&$install_state) { * An array of information about the current installation state. */ function install_bootstrap_full(&$install_state) { - // Bootstrap newly installed Drupal, while preserving existing messages. - $messages = isset($_SESSION['messages']) ? $_SESSION['messages'] : ''; - drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL); - $_SESSION['messages'] = $messages; } /** -- cgit v1.2.3