X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FConfigImporter.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FConfigImporter.php;h=b58f96358ba72636ac775d69fb39e00ca8140989;hp=06fed4b1b04ee5e3fb5e2a1dc7eeb4fcaa34f415;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/web/core/lib/Drupal/Core/Config/ConfigImporter.php b/web/core/lib/Drupal/Core/Config/ConfigImporter.php index 06fed4b1b..b58f96358 100644 --- a/web/core/lib/Drupal/Core/Config/ConfigImporter.php +++ b/web/core/lib/Drupal/Core/Config/ConfigImporter.php @@ -788,9 +788,8 @@ class ConfigImporter { // services. $this->reInjectMe(); // During a module install or uninstall the container is rebuilt and the - // module handler is called from drupal_get_complete_schema(). This causes - // the container's instance of the module handler not to have loaded all - // the enabled modules. + // module handler is called. This causes the container's instance of the + // module handler not to have loaded all the enabled modules. $this->moduleHandler->loadAll(); } if ($type == 'theme') {