diff options
author | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:04:54 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:04:54 +0200 |
commit | a5779d0a9ad598da8647e033ef8d88c3ac81fa02 (patch) | |
tree | 7cff849c7df90361a25f35baff153063c8307884 /system | |
parent | 2b5b92e6535fb328bf4fbe75396c80e352b7c3a2 (diff) |
Remove extra new lines
Diffstat (limited to 'system')
-rw-r--r-- | system/core/CodeIgniter.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/CodeIgniter.php b/system/core/CodeIgniter.php index 324b4d849..f27086386 100644 --- a/system/core/CodeIgniter.php +++ b/system/core/CodeIgniter.php @@ -232,7 +232,6 @@ return CI_Controller::get_instance(); } - if (file_exists(APPPATH.'core/'.$CFG->config['subclass_prefix'].'Controller.php')) { require APPPATH.'core/'.$CFG->config['subclass_prefix'].'Controller.php'; |