Skip to content
Snippets Groups Projects
Unverified Commit 231056f0 authored by Patrick's avatar Patrick Committed by GitHub
Browse files

Merge pull request #31 from DennisDobslaf/master

Typo in var $httpClientg -> $httpClient
parents d58dc8af 8b92088f
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ class OpenIDConnect extends \SimpleSAML\Module\authoauth2\Auth\Source\OAuth2
if (!($handler instanceof HandlerStack)) {
$newhandler = HandlerStack::create();
$newhandler->push($handler);
$httpClieng->getConfig()['handler'] = $newhandler;
$httpClient->getConfig()['handler'] = $newhandler;
$handler = $newhandler;
}
$cacheDir = \SimpleSAML\Configuration::getInstance()->getString('tempdir') . "/oidc-cache";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment