From 5812d067181e1f3de3ec933e8fee8bbe9da878df Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 20 Oct 2020 17:08:47 +0100 Subject: [PATCH] =?UTF-8?q?Issue=20#3176652=20by=20Erik=20Fr=C3=A8rejean:?= =?UTF-8?q?=20Inline=20documentation=20references=20removed=20function=20`?= =?UTF-8?q?drupal=5Finstallation=5Fattempted`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 1b53ab69a4d590614963bd58957806b2a3ac9224) --- core/includes/install.core.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/includes/install.core.inc b/core/includes/install.core.inc index b042a1580de4..d9b22ee045b0 100644 --- a/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -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']); -- GitLab