Update to CodeIgniter 2.1.0
This commit is contained in:
2
system/core/Controller.php
Executable file → Normal file
2
system/core/Controller.php
Executable file → Normal file
@@ -48,7 +48,7 @@ class CI_Controller {
|
||||
|
||||
$this->load =& load_class('Loader', 'core');
|
||||
|
||||
$this->load->set_base_classes()->ci_autoloader();
|
||||
$this->load->initialize();
|
||||
|
||||
log_message('debug', "Controller Class Initialized");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user