Fixed BaseLang->get()

This commit is contained in:
Shoghi Cervantes 2015-04-12 12:41:38 +02:00
parent ba226d03c3
commit 05a9ad57bd
No known key found for this signature in database
GPG Key ID: 78464DB0A7837F89

View File

@ -121,7 +121,6 @@ class BaseLang{
}
public function get($id){
$id = trim($id, "%");
if(isset($this->lang[$id])){
return $this->lang[$id];
}elseif(isset($this->fallbackLang[$id])){