correct language code, owncloud/core#8587

This commit is contained in:
Bernhard Posselt
2014-05-14 01:15:02 +02:00
parent 5bed772131
commit e4cbb949d1

View File

@@ -62,7 +62,7 @@ Strings can then be translated in the following way:
}
public function getLanguageCode() {
return $this->trans->getLanguage();
return $this->trans->getLanguageCode();
}
public sayHello() {