Skip to content
Snippets Groups Projects
Commit b6a25762 authored by Hans Zandbelt's avatar Hans Zandbelt
Browse files

fix hints parameter passing

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1893 44740490-163a-0410-bde0-09ae8108e29a
parent b5be1fb3
No related branches found
No related tags found
No related merge requests found
......@@ -178,7 +178,7 @@ if (!$session->isValid($authority) ) {
if($authSource) {
SimpleSAML_Auth_Default::initLogin($adfsconfig->getValue('auth'), $redirectTo, NULL, NULL);
SimpleSAML_Auth_Default::initLogin($adfsconfig->getValue('auth'), $redirectTo);
} else {
$authurl = '/' . $config->getBaseURL() . $adfsconfig->getValue('auth');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment