diff options
author | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:07:59 +0200 |
---|---|---|
committer | vkeranov <vkeranov@gmail.com> | 2012-10-27 17:07:59 +0200 |
commit | a8349bc4809e5a5a6bbc2c1a6566a01f4f8f16c7 (patch) | |
tree | 10b5b879817f14b145758e49888d5dc438c19172 | |
parent | 8b9aa179047643668446ca454461a3ef34b3d228 (diff) |
Remove extra new lines
-rw-r--r-- | system/core/Output.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/system/core/Output.php b/system/core/Output.php index aa0e05dc4..2da1b3e25 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -375,10 +375,9 @@ class CI_Output { $output = $this->minify($output, $this->mime_type); } - // -------------------------------------------------------------------- - // Do we need to write a cache file? Only if the controller does not have its + // Do we need to write a cache file? Only if the controller does not have its // own _output() method and we are not dealing with a cache file, which we // can determine by the existence of the $CI object above if ($this->cache_expiration > 0 && isset($CI) && ! method_exists($CI, '_output')) |