We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce3d8ab + b493e10 commit 327b6caCopy full SHA for 327b6ca
web/sites/default/settings.platformsh.php
@@ -108,7 +108,7 @@
108
109
// Set the project-specific entropy value, used for generating one-time
110
// keys and such.
111
- $settings['hash_salt'] = $settings['hash_salt'] ?? $platformsh->projectEntropy;
+ $settings['hash_salt'] = empty($settings['hash_salt']) ? $platformsh->projectEntropy : $settings['hash_salt'];
112
113
// Set the deployment identifier, which is used by some Drupal cache systems.
114
$settings['deployment_identifier'] = $settings['deployment_identifier'] ?? $platformsh->treeId;
0 commit comments