add missing array-replace-recursive

main
Rob Bast 9 years ago
parent d6be2a693b
commit 5b85ee409c

@ -595,6 +595,7 @@ class Factory
if ($config && $config->get('capath')) { if ($config && $config->get('capath')) {
$remoteFilesystemOptions['ssl']['capath'] = $config->get('capath'); $remoteFilesystemOptions['ssl']['capath'] = $config->get('capath');
} }
$remoteFilesystemOptions = array_replace_recursive($remoteFilesystemOptions, $options);
} }
try { try {
$remoteFilesystem = new RemoteFilesystem($io, $config, $remoteFilesystemOptions, $disableTls); $remoteFilesystem = new RemoteFilesystem($io, $config, $remoteFilesystemOptions, $disableTls);

Loading…
Cancel
Save