Skip to content
Snippets Groups Projects
Commit e257d9a0 authored by Olav Morken's avatar Olav Morken
Browse files

Template: remove deprecated function includeAtLanguageBase.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@744 44740490-163a-0410-bde0-09ae8108e29a
parent a0e27dbf
No related branches found
No related tags found
No related merge requests found
...@@ -187,17 +187,6 @@ class SimpleSAML_XHTML_Template { ...@@ -187,17 +187,6 @@ class SimpleSAML_XHTML_Template {
} }
/**
* Earlier simpleSAMLphp had a separate directory for each language. This is
* not the case anymore, therefore this function is deprecated.
*
* @deprecated
*/
private function includeAtLanguageBase($file) {
throw new Exception('Deprecated method call includeAtLanguageBase()');
}
/** /**
* Include text in the current language. * Include text in the current language.
* *
......
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