Skip to content
Snippets Groups Projects
Commit 5cffdcfd authored by Hanne Moa's avatar Hanne Moa
Browse files

Only used one place, for a translation-less string

Candidate for removal/rewrite
parent 6492ce36
No related branches found
No related tags found
No related merge requests found
...@@ -72,6 +72,14 @@ class SimpleSAML_XHTML_Template { ...@@ -72,6 +72,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. * Show the template to the user.
*/ */
......
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