Skip to content
Snippets Groups Projects
Commit 337621ba authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Normalize path to vendor-dir

parent c7f84340
No related branches found
No related tags found
No related merge requests found
......@@ -343,7 +343,8 @@ class XML
if ($res === true) {
$config = Configuration::getInstance();
$schemaFile = $config->getVendorDir() . 'simplesamlphp/saml2/resources/schemas/' . $schema;
$sysUtils = new System();
$schemaFile = $sysUtils->resolvePath($config->getVendorDir() . 'simplesamlphp/saml2/resources/schemas/' . $schema);
libxml_set_external_entity_loader(
/**
......
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