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/Encrypt.php b/system/libraries/Encrypt.php index 537b1ab..2a1de6f 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php
@@ -66,8 +66,8 @@ return $this->encryption_key; } - $obj =& get_instance(); - $key = $obj->config->item('encryption_key'); + $CI =& get_instance(); + $key = $CI->config->item('encryption_key'); if ($key === FALSE) {