diff options
Diffstat (limited to 'modules/authX509/www/expirywarning.php')
-rw-r--r-- | modules/authX509/www/expirywarning.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/authX509/www/expirywarning.php b/modules/authX509/www/expirywarning.php index b5faa22..02b2b22 100644 --- a/modules/authX509/www/expirywarning.php +++ b/modules/authX509/www/expirywarning.php @@ -27,4 +27,5 @@ $t->data['target'] = SimpleSAML\Module::getModuleURL('authX509/expirywarning.php $t->data['data'] = array('StateId' => $id); $t->data['daysleft'] = $state['daysleft']; $t->data['renewurl'] = $state['renewurl']; +$t->data['errorcodes'] = SimpleSAML\Error\Errorcodes::getAllErrorCodeMessages(); $t->show(); |