Skip to content
Snippets Groups Projects
Commit 62440d33 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

bugfix: s/Errorcodes/ErrorCodes/

parent fcdfca7d
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ if (array_key_exists('forcedUsername', $state)) { ...@@ -93,7 +93,7 @@ if (array_key_exists('forcedUsername', $state)) {
} }
$t->data['links'] = $source->getLoginLinks(); $t->data['links'] = $source->getLoginLinks();
$t->data['errorcode'] = $errorCode; $t->data['errorcode'] = $errorCode;
$t->data['errorcodes'] = SimpleSAML\Error\Errorcodes::getAllErrorCodeMessages(); $t->data['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages();
$t->data['errorparams'] = $errorParams; $t->data['errorparams'] = $errorParams;
if (isset($state['SPMetadata'])) { if (isset($state['SPMetadata'])) {
......
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