diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index 050695c2786af52e8807aa4e86e284060a8c0c1c..32ac5f613471fdfbc63118fe3618d29256c2b447 100644 --- a/modules/core/www/frontpage_config.php +++ b/modules/core/www/frontpage_config.php @@ -87,8 +87,8 @@ if ($config->getBoolean('admin.checkforupdates', true) && $current !== 'master') } $enablematrix = array( - 'saml20-idp' => $config->getBoolean('enable.saml20-idp', false), - 'shib13-idp' => $config->getBoolean('enable.shib13-idp', false), + 'saml20idp' => $config->getBoolean('enable.saml20-idp', false), + 'shib13idp' => $config->getBoolean('enable.shib13-idp', false), );