Skip to content
Snippets Groups Projects
Commit 7bc86b00 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Bugfix: authX509 error messages were broken.

Changes to the translation system made all authX509 messages show
as "Not translated", because the new mapping of error codes to
error messages was not passed to the template.
parent 1408e1f9
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,7 @@ class sspmod_authX509_Auth_Source_X509userCert extends SimpleSAML_Auth_Source
$t = new SimpleSAML_XHTML_Template($config, 'authX509:X509error.php');
$t->data['errorcode'] = $state['authX509.error'];
$t->data['errorcodes'] = SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages();
$t->show();
exit();
......
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