Verified Commit cbdd92f3 authored by Dave Long's avatar Dave Long
Browse files

Issue #3456979 by joachim: add a comment to install.core.inc about the updated container

(cherry picked from commit a9472458)
parent 6f54f45d
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -426,6 +426,8 @@ function install_begin_request($class_loader, &$install_state) {
  $kernel::bootEnvironment();
  $kernel->setSitePath($site_path);
  $kernel->boot();
  // Get the new version of the container from the kernel. This is now a
  // complete container with all services.
  $container = $kernel->getContainer();
  // If Drupal is being installed behind a proxy, configure the request.
  ReverseProxyMiddleware::setSettingsOnRequest($request, Settings::getInstance());