Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #19 from leadsupply/master
Browse files Browse the repository at this point in the history
Fixed bug that prevent to find the proxy settings in the wrong path
  • Loading branch information
Casperhr authored Jun 20, 2018
2 parents 511dd22 + 14c9c37 commit ea006c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Login/CertificationCheck/CertificationCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ protected function checkOcsp(array $certificateChain)
];

// Set proxy
if ($proxy = $this->settings['nemid']['login']['proxy']) {
if ($proxy = $this->settings['login']['proxy']) {
$params['proxy'] = $proxy;
}

Expand Down

0 comments on commit ea006c8

Please sign in to comment.