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.
1 parent d536cc5 commit 87c2a60Copy full SHA for 87c2a60
lib/internal/Magento/Framework/Config/ConfigGenerator.php
@@ -90,7 +90,7 @@ public function createCryptConfig(array $data)
90
91
$configData->set(ConfigOptionsList::CONFIG_PATH_CRYPT_KEY, $key);
92
} else {
93
- if (!$currentKey) {
+ if ($currentKey === null) {
94
$configData->set(ConfigOptionsList::CONFIG_PATH_CRYPT_KEY, md5($this->random->getRandomString(10)));
95
}
96
0 commit comments