diff --git a/system/lang.php b/system/lang.php index b6c90c5c..24d79ce0 100644 --- a/system/lang.php +++ b/system/lang.php @@ -63,10 +63,7 @@ class Lang { */ public function get($language = null, $default = null) { - if (is_null($language)) - { - $language = Config::get('application.language'); - } + if (is_null($language)) $language = Config::get('application.language'); list($module, $file, $line) = $this->parse($this->key, $language);