simplesamlphp / simplesamlphp-module-statistics

The SimpleSAMLphp statistics module
GNU Lesser General Public License v2.1
2 stars 0 forks source link

SSP 2.0: fix translations for entities #5

Closed tvdijen closed 3 years ago

tvdijen commented 4 years ago
ERROR: UndefinedMethod - lib/Statistics/FieldPresentation/Entity.php:21:63 - Method SimpleSAML\Locale\Translate::t does not exist
                    $translation[$field] = $this->translator->t($metadata[$field]['name']);
------------------------------
1 errors found
------------------------------

We should migrate this piece of code to use the translations from the metadata directly..