Issue #1215104 follow-up by chx: Fix unset of global variable.

8.0.x
webchick 2012-09-24 23:15:15 -04:00
parent 1377aaef98
commit b9a8a8440d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ function install_drupal($settings = array()) {
// @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