Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Commit

Permalink
Fix wrong case in ErrorCodes class name
Browse files Browse the repository at this point in the history
  • Loading branch information
sietseringers committed Jun 22, 2017
1 parent 785995b commit 54e21c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/irmalogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function get_jwt($source) {
<script type="text/javascript"> var verification_jwt = "$verification_jwt"; </script>
IRMAHEADERS;

$t->data['errorcodes'] = SimpleSAML\Error\Errorcodes::getAllErrorCodeMessages();
$t->data['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages();
$t->data['errorcodes']['title']['IRMA_INVALIDCREDENTIALS'] = '{authirma:irma:title_error_invalid}';
$t->data['errorcodes']['title']['IRMA_EXPIREDCREDENTIALS'] = '{authirma:irma:title_error_expired}';
$t->data['errorcodes']['descr']['IRMA_INVALIDCREDENTIALS'] = '{authirma:irma:descr_error_invalid}';
Expand Down

0 comments on commit 54e21c3

Please sign in to comment.