Issue #1215104 follow-up by chx: Fix unset of global variable.
parent
1377aaef98
commit
b9a8a8440d
|
@ -101,7 +101,7 @@ function install_drupal($settings = array()) {
|
||||||
// @see drupal_installation_attempted()
|
// @see drupal_installation_attempted()
|
||||||
$state = $install_state;
|
$state = $install_state;
|
||||||
if (!empty($install_state['installation_finished'])) {
|
if (!empty($install_state['installation_finished'])) {
|
||||||
unset($install_state);
|
unset($GLOBALS['install_state']);
|
||||||
}
|
}
|
||||||
|
|
||||||
// All available tasks for this page request are now complete. Interactive
|
// All available tasks for this page request are now complete. Interactive
|
||||||
|
|
Loading…
Reference in New Issue