Skip to content

Commit

Permalink
Merge branch '1.13' into studio_1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Mar 22, 2018
2 parents 7eeefdc + 0cfbcac commit 26b4ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/env/platformsh.php
Expand Up @@ -103,7 +103,7 @@
$container->setParameter('session.save_path', sprintf('%s:%d', $endpoint['host'], $endpoint['port']));
}
} elseif (isset($relationships['rediscache'])) {
foreach ($relationships['redissession'] as $endpoint) {
foreach ($relationships['rediscache'] as $endpoint) {
if ($endpoint['scheme'] !== 'redis') {
continue;
}
Expand Down

0 comments on commit 26b4ab7

Please sign in to comment.