commit | 34f7f2d0a84c59233689908c11d8d2c6c5ba0875 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Tue Oct 10 08:06:42 2006 +0000 |
committer | admin <devnull@localhost> | Tue Oct 10 08:06:42 2006 +0000 |
tree | 6df1f0aa8384368e90a344e39f8abcad44b57fc2 | |
parent | cf49390d3d699d878eb6e151745e80285465ddb9 [diff] [blame] |
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index c80097a..7a3f5e5 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php
@@ -32,6 +32,8 @@ var $_ci_scaffolding = FALSE; var $_ci_scaff_table = FALSE; + + /** * Constructor * @@ -80,7 +82,6 @@ if (floor(phpversion()) >= 5) { $this->load = new CI_Loader(); - $this->load->_ci_use_instance = TRUE; $this->load->_ci_autoloader(); } else