diff options
author | Hanne Moa <hanne.moa@uninett.no> | 2016-01-14 11:02:18 +0100 |
---|---|---|
committer | Hanne Moa <hanne.moa@uninett.no> | 2016-01-14 11:02:18 +0100 |
commit | 5cffdcfd09755c795cb57ed2ea2a6cf04e8bc79b (patch) | |
tree | a88b428e865d9a603234dadcb6dc4d528bcf5710 /lib/SimpleSAML/XHTML/Template.php | |
parent | 6492ce36019f49c5d51bf320a9b4c6c8eca0c003 (diff) | |
download | simplesamlphp-5cffdcfd09755c795cb57ed2ea2a6cf04e8bc79b.zip simplesamlphp-5cffdcfd09755c795cb57ed2ea2a6cf04e8bc79b.tar.gz simplesamlphp-5cffdcfd09755c795cb57ed2ea2a6cf04e8bc79b.tar.bz2 |
Only used one place, for a translation-less string
Candidate for removal/rewrite
Diffstat (limited to 'lib/SimpleSAML/XHTML/Template.php')
-rw-r--r-- | lib/SimpleSAML/XHTML/Template.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/SimpleSAML/XHTML/Template.php b/lib/SimpleSAML/XHTML/Template.php index dd21f23..6b18dd2 100644 --- a/lib/SimpleSAML/XHTML/Template.php +++ b/lib/SimpleSAML/XHTML/Template.php @@ -73,6 +73,14 @@ class SimpleSAML_XHTML_Template { /** + * Wraps Language->getLanguageList + */ + public function includeInlineTranslation($tag, $translation) { + return $this->translator->includeInlineTranslation($tag, $translation); + } + + + /** * Show the template to the user. */ public function show() { |