Skip to content
Snippets Groups Projects
Commit 8b92088f authored by Dennis Dobslaf's avatar Dennis Dobslaf
Browse files

Typo in var $httpClientg -> $httpClient

parent d58dc8af
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