Skip to content
Snippets Groups Projects
Unverified Commit a5bdbfff authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Fix call to non-existing function

parent 7353a956
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ try {
$metaArray['SingleSignOnService'][] = array(
'index' => 0,
'Binding' => SAML2_Const::BINDING_SOAP,
'Location' => SimpleSAML_Utilities::getHostnameURL() . 'saml2/idp/SSOService.php',
'Location' => HTTP::getBaseURL().'saml2/idp/SSOService.php',
);
}
......
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