commit | 88a8ad187b13b36d6120eae2344fe16c3a76219d | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Oct 07 03:16:32 2006 +0000 |
committer | admin <devnull@localhost> | Sat Oct 07 03:16:32 2006 +0000 |
tree | 9707b986ae9fe37f226abd5fec76b58d15903858 | |
parent | 81ccb439c2743776728b798bdc7e31db3d826233 [diff] [blame] |
diff --git a/system/libraries/Language.php b/system/libraries/Language.php index dabfd41..00e2fb7 100644 --- a/system/libraries/Language.php +++ b/system/libraries/Language.php
@@ -61,8 +61,8 @@ if ($idiom == '') { - $obj =& get_instance(); - $deft_lang = $obj->config->item('language'); + $CI =& get_instance(); + $deft_lang = $CI->config->item('language'); $idiom = ($deft_lang == '') ? 'english' : $deft_lang; }