X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FConfigInstaller.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FConfigInstaller.php;h=242d92097e573d209bb6bfec06b2d1c81459182b;hp=b023764ebfbf253cfcf32cd3e1539b049268f7d3;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Config/ConfigInstaller.php b/web/core/lib/Drupal/Core/Config/ConfigInstaller.php index b023764eb..242d92097 100644 --- a/web/core/lib/Drupal/Core/Config/ConfigInstaller.php +++ b/web/core/lib/Drupal/Core/Config/ConfigInstaller.php @@ -185,7 +185,7 @@ class ConfigInstaller implements ConfigInstallerInterface { $existing_config = $this->getActiveStorages()->listAll(); $list = array_unique(array_merge($storage->listAll(), $optional_profile_config)); - $list = array_filter($list, function($config_name) use ($existing_config) { + $list = array_filter($list, function ($config_name) use ($existing_config) { // Only list configuration that: // - does not already exist // - is a configuration entity (this also excludes config that has an