X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FConfig%2FInstallStorage.php;h=c8d189e480e05eef455c3de5c77b427fad0d90c1;hb=refs%2Fheads%2Fd864;hp=9fea3df47307389dcf4932455c79da6024ec2e28;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Config/InstallStorage.php b/web/core/lib/Drupal/Core/Config/InstallStorage.php index 9fea3df47..c8d189e48 100644 --- a/web/core/lib/Drupal/Core/Config/InstallStorage.php +++ b/web/core/lib/Drupal/Core/Config/InstallStorage.php @@ -133,7 +133,7 @@ class InstallStorage extends FileStorage { else { $return = []; foreach ($names as $index => $name) { - if (strpos($name, $prefix) === 0 ) { + if (strpos($name, $prefix) === 0) { $return[$index] = $names[$index]; } }