1
0
Fork 0

merge isset() calls

pull/4805/head
Rob Bast 2016-01-20 21:29:55 +01:00
parent b95b0c2ab6
commit 94947ee772
1 changed files with 1 additions and 1 deletions

View File

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