summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvkeranov <vkeranov@gmail.com>2012-10-27 17:04:54 +0200
committervkeranov <vkeranov@gmail.com>2012-10-27 17:04:54 +0200
commita5779d0a9ad598da8647e033ef8d88c3ac81fa02 (patch)
tree7cff849c7df90361a25f35baff153063c8307884
parent2b5b92e6535fb328bf4fbe75396c80e352b7c3a2 (diff)
Remove extra new lines
-rw-r--r--system/core/CodeIgniter.php1
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';