1
0
Fork 0

also wrong array

pull/4805/head
Rob Bast 2016-01-20 21:53:49 +01:00
parent f79255df29
commit 4482a1dca0
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ class RemoteFilesystem
* Attempt to find a local cafile or throw an exception if none pre-set * Attempt to find a local cafile or throw an exception if none pre-set
* The user may go download one if this occurs. * The user may go download one if this occurs.
*/ */
if (!isset($options['ssl']['cafile'], $options['ssl']['capath'])) { if (!isset($defaults['ssl']['cafile'], $defaults['ssl']['capath'])) {
$result = $this->getSystemCaRootBundlePath(); $result = $this->getSystemCaRootBundlePath();
if ($result) { if ($result) {
if (preg_match('{^phar://}', $result)) { if (preg_match('{^phar://}', $result)) {