Skip to content
Snippets Groups Projects
Commit 4f3aadd1 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Bugfixes.

parent 9796a60f
No related branches found
No related tags found
No related merge requests found
...@@ -224,7 +224,7 @@ class SimpleSAML_XHTML_Template ...@@ -224,7 +224,7 @@ class SimpleSAML_XHTML_Template
* Wraps Language->getLanguageList * Wraps Language->getLanguageList
*/ */
private function getLanguageList() { private function getLanguageList() {
return $this->translator->language->getLanguageList(); return $this->translator->getLanguage()->getLanguageList();
} }
...@@ -295,7 +295,7 @@ class SimpleSAML_XHTML_Template ...@@ -295,7 +295,7 @@ class SimpleSAML_XHTML_Template
* Wrap Language->isLanguageRTL * Wrap Language->isLanguageRTL
*/ */
private function isLanguageRTL() { private function isLanguageRTL() {
return $this->translator->language->isLanguageRTL(); return $this->translator->getLanguage()->isLanguageRTL();
} }
......
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