Skip to content

Commit

Permalink
add another missing slash in settings.php include
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Nov 17, 2022
1 parent 7bb750a commit 4756fc1
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 @@ -95,7 +95,7 @@
// Platform.sh
if (getenv('PLATFORM_APPLICATION') && file_exists(__DIR__ . '/settings.platform.php')) {
include __DIR__ . '/settings.platform-custom.php';
include __DIR__ . 'settings.platform.php';
include __DIR__ . '/settings.platform.php';
}

/**
Expand Down

0 comments on commit 4756fc1

Please sign in to comment.