switch to array-replace-recursive
parent
2393222826
commit
d6be2a693b
|
@ -629,7 +629,7 @@ class RemoteFilesystem
|
||||||
);
|
);
|
||||||
|
|
||||||
if (isset($options['ssl'])) {
|
if (isset($options['ssl'])) {
|
||||||
$defaults['ssl'] = array_merge_recursive($defaults['ssl'], $options['ssl']);
|
$defaults['ssl'] = array_replace_recursive($defaults['ssl'], $options['ssl']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue