Loading core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ function install_drupal($class_loader, $settings = [], callable $callback = NULL // $install_state['installation_finished'] is TRUE. In case the last task // has been processed, remove the global $install_state, so other code can // reliably check whether it is running during the installer. // @see drupal_installation_attempted() // @see \Drupal\Core\Installer\InstallerKernel::installationAttempted() $state = $install_state; if (!empty($install_state['installation_finished'])) { unset($GLOBALS['install_state']); Loading Loading
core/includes/install.core.inc +1 −1 Original line number Diff line number Diff line Loading @@ -132,7 +132,7 @@ function install_drupal($class_loader, $settings = [], callable $callback = NULL // $install_state['installation_finished'] is TRUE. In case the last task // has been processed, remove the global $install_state, so other code can // reliably check whether it is running during the installer. // @see drupal_installation_attempted() // @see \Drupal\Core\Installer\InstallerKernel::installationAttempted() $state = $install_state; if (!empty($install_state['installation_finished'])) { unset($GLOBALS['install_state']); Loading