diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-10-27 17:48:28 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-10-27 17:48:28 +0200 |
commit | 8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (patch) | |
tree | a9a3a81ae3f970e399d35a7ccc15093c39be7549 /system/core/CodeIgniter.php | |
parent | b9fe7e9be099f450747de6ed28d400764ffc58b3 (diff) | |
parent | 3bb4029bbe0db9625be21e2dad82ef18286560ca (diff) |
Merge pull request #1935 from vkeranov/develop
Remove some extra new lines
Diffstat (limited to 'system/core/CodeIgniter.php')
-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'; |