summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaime Pérez <jaime.perez@uninett.no>2016-10-27 16:10:47 +0200
committerJaime Pérez <jaime.perez@uninett.no>2016-10-27 16:10:47 +0200
commit62440d33c06eaa72f5c1826d257b75aba54c5ccc (patch)
tree2d19afc7191f59b72cf7b56aafe62d306d7811b7
parentfcdfca7d4d64f6eea95ad7ecd65ec8ac0db239d1 (diff)
downloadsimplesamlphp-62440d33c06eaa72f5c1826d257b75aba54c5ccc.zip
simplesamlphp-62440d33c06eaa72f5c1826d257b75aba54c5ccc.tar.gz
simplesamlphp-62440d33c06eaa72f5c1826d257b75aba54c5ccc.tar.bz2
bugfix: s/Errorcodes/ErrorCodes/
-rw-r--r--modules/core/www/loginuserpass.php2
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'])) {