Update to Drupal 8.0.6. For more information, see https://www.drupal.org/drupal-8.0.6-release-notes
This commit is contained in:
parent
4297c64508
commit
b11a755ba8
159 changed files with 2340 additions and 543 deletions
|
@ -713,9 +713,7 @@ $settings['container_yamls'][] = __DIR__ . '/services.yml';
|
|||
* a local development environment, to insure that
|
||||
* the site settings remain consistent.
|
||||
*/
|
||||
if (file_exists(__DIR__ . '/settings.pantheon.php')) {
|
||||
include __DIR__ . "/settings.pantheon.php";
|
||||
}
|
||||
include __DIR__ . "/settings.pantheon.php";
|
||||
|
||||
/**
|
||||
* Load local development override configuration, if available.
|
||||
|
|
Reference in a new issue