Skip to content

Commit

Permalink
Merge pull request #130 from palantirnet/settings-php-missing-slash
Browse files Browse the repository at this point in the history
add missing slash in settings.php include
  • Loading branch information
becw authored Nov 17, 2022
2 parents 732ef22 + 875e210 commit 7bb750a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docroot/sites/default/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
// Pantheon
if (getenv('PANTHEON_ENVIRONMENT') && file_exists(__DIR__ . '/settings.pantheon.php')) {
include __DIR__ . '/settings.pantheon-custom.php';
include __DIR__ . 'settings.pantheon.php';
include __DIR__ . '/settings.pantheon.php';
}

// Platform.sh
Expand Down

0 comments on commit 7bb750a

Please sign in to comment.