diff -u b/core/includes/install.core.inc b/core/includes/install.core.inc --- b/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -101,7 +101,7 @@ // @see drupal_installation_attempted() $state = $install_state; if (!empty($install_state['installation_finished'])) { - unset($install_state); + unset($GLOBALS['install_state']); } // All available tasks for this page request are now complete. Interactive