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

Fix enabled-matrix indicators

parent 2fccd7b7
No related branches found
No related tags found
No related merge requests found
...@@ -87,8 +87,8 @@ if ($config->getBoolean('admin.checkforupdates', true) && $current !== 'master') ...@@ -87,8 +87,8 @@ if ($config->getBoolean('admin.checkforupdates', true) && $current !== 'master')
} }
$enablematrix = array( $enablematrix = array(
'saml20-idp' => $config->getBoolean('enable.saml20-idp', false), 'saml20idp' => $config->getBoolean('enable.saml20-idp', false),
'shib13-idp' => $config->getBoolean('enable.shib13-idp', false), 'shib13idp' => $config->getBoolean('enable.shib13-idp', false),
); );
......
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