Unverified Commit 483f4d92 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3176652 by Erik Frèrejean: Inline documentation references removed...

Issue #3176652 by Erik Frèrejean: Inline documentation references removed function `drupal_installation_attempted`

(cherry picked from commit 1b53ab69)
parent 4efb2af4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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']);