diff --git a/application/third_party/MX/Lang.php b/application/third_party/MX/Lang.php index 209766d..d6166f9 100644 --- a/application/third_party/MX/Lang.php +++ b/application/third_party/MX/Lang.php @@ -35,7 +35,7 @@ **/ class MX_Lang extends CI_Lang { - public function load($langfile, $lang = '', $return = FALSE, $add_suffix = TRUE, $alt_path = '', $_module = '') { + public function load($langfile ='', $lang = '', $return = FALSE, $add_suffix = TRUE, $alt_path = '', $_module = '') { if (is_array($langfile)) { foreach($langfile as $_lang) $this->load($_lang); @@ -67,4 +67,4 @@ public function load($langfile, $lang = '', $return = FALSE, $add_suffix = TRUE, return $this->language; } -} \ No newline at end of file +}