Skip to content
Snippets Groups Projects
Commit bb41ee1a authored by Jaime Pérez's avatar Jaime Pérez
Browse files

bugfix: Missing ‘)’.

parent 0de17780
No related branches found
No related tags found
No related merge requests found
...@@ -333,7 +333,7 @@ class Language ...@@ -333,7 +333,7 @@ class Language
*/ */
public function getLanguageCodeAlias($langcode) public function getLanguageCodeAlias($langcode)
{ {
if (isset($this->defaultLanguageMap[$langcode]) { if (isset($this->defaultLanguageMap[$langcode])) {
return $this->defaultLanguageMap[$langcode]; return $this->defaultLanguageMap[$langcode];
} }
// No alias found, which is fine // No alias found, which is fine
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment