diff options
author | Jaime Pérez <jaime.perez@uninett.no> | 2016-10-27 16:10:47 +0200 |
---|---|---|
committer | Jaime Pérez <jaime.perez@uninett.no> | 2016-10-27 16:10:47 +0200 |
commit | 62440d33c06eaa72f5c1826d257b75aba54c5ccc (patch) | |
tree | 2d19afc7191f59b72cf7b56aafe62d306d7811b7 | |
parent | fcdfca7d4d64f6eea95ad7ecd65ec8ac0db239d1 (diff) | |
download | simplesamlphp-62440d33c06eaa72f5c1826d257b75aba54c5ccc.zip simplesamlphp-62440d33c06eaa72f5c1826d257b75aba54c5ccc.tar.gz simplesamlphp-62440d33c06eaa72f5c1826d257b75aba54c5ccc.tar.bz2 |
bugfix: s/Errorcodes/ErrorCodes/
-rw-r--r-- | modules/core/www/loginuserpass.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/www/loginuserpass.php b/modules/core/www/loginuserpass.php index 9a2958b..1ccf6b5 100644 --- a/modules/core/www/loginuserpass.php +++ b/modules/core/www/loginuserpass.php @@ -93,7 +93,7 @@ if (array_key_exists('forcedUsername', $state)) { } $t->data['links'] = $source->getLoginLinks(); $t->data['errorcode'] = $errorCode; -$t->data['errorcodes'] = SimpleSAML\Error\Errorcodes::getAllErrorCodeMessages(); +$t->data['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages(); $t->data['errorparams'] = $errorParams; if (isset($state['SPMetadata'])) { |