summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/install.core.inc4
1 files changed, 0 insertions, 4 deletions
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;
}
/**