From b6a257623edf11a727a208557be8259586b28caf Mon Sep 17 00:00:00 2001 From: Hans Zandbelt <hans.zandbelt@surfnet.nl> Date: Thu, 22 Oct 2009 12:38:05 +0000 Subject: [PATCH] fix hints parameter passing git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1893 44740490-163a-0410-bde0-09ae8108e29a --- modules/adfs/www/idp/prp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/adfs/www/idp/prp.php b/modules/adfs/www/idp/prp.php index 4cec12fed..c184fda1f 100644 --- a/modules/adfs/www/idp/prp.php +++ b/modules/adfs/www/idp/prp.php @@ -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'); -- GitLab