Skip to content
Snippets Groups Projects
Commit 0f53451b authored by jurgenhaas's avatar jurgenhaas
Browse files

composer/library/composer-json-utils#1 Don't store hash in custom variables

parent d64e6fe0
Branches
Tags
No related merge requests found
......@@ -119,7 +119,7 @@ class Handler extends BaseHandler {
catch (Exception $e) {
$hash = 'no-random-bytes-available';
}
$this->config->setValue('hash', $hash);
$this->config->setValue('hash', $hash, FALSE);
$settings_files = [
'settings.php',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment