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

Fix unresolvable class

parent 20a3ce08
Branches
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
require_once('../../_include.php'); require_once('../../_include.php');
$config = \SimpleSAML\Configuration::getInstance(); $config = \SimpleSAML\Configuration::getInstance();
if (!$config->getBoolean('enable.saml20-idp', false) || !Module::isModuleEnabled('saml')) { if (!$config->getBoolean('enable.saml20-idp', false) || !\SimpleSAML\Module::isModuleEnabled('saml')) {
throw new \SimpleSAML\Error\Error('NOACCESS'); throw new \SimpleSAML\Error\Error('NOACCESS');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment