diff options
author | admin <devnull@localhost> | 2006-10-10 10:06:42 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-10 10:06:42 +0200 |
commit | 34f7f2d0a84c59233689908c11d8d2c6c5ba0875 (patch) | |
tree | 6df1f0aa8384368e90a344e39f8abcad44b57fc2 /system/codeigniter | |
parent | cf49390d3d699d878eb6e151745e80285465ddb9 (diff) |
Diffstat (limited to 'system/codeigniter')
-rw-r--r-- | system/codeigniter/Base4.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php index 115c10727..8b3dc92f3 100644 --- a/system/codeigniter/Base4.php +++ b/system/codeigniter/Base4.php @@ -56,7 +56,6 @@ function &get_instance() if (is_object($CI)) { - $CI->_ci_use_instance = TRUE; return $CI; } |