summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-10-27 17:48:28 +0200
committerAndrey Andreev <narf@bofh.bg>2012-10-27 17:48:28 +0200
commit8113c0f0143ed94e311f5c0fafa7ba07fd2a5c59 (patch)
treea9a3a81ae3f970e399d35a7ccc15093c39be7549 /system/core/Output.php
parentb9fe7e9be099f450747de6ed28d400764ffc58b3 (diff)
parent3bb4029bbe0db9625be21e2dad82ef18286560ca (diff)
Merge pull request #1935 from vkeranov/develop
Remove some extra new lines
Diffstat (limited to 'system/core/Output.php')
-rw-r--r--system/core/Output.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/system/core/Output.php b/system/core/Output.php
index 3f2f84fa1..e969ba899 100644
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -382,10 +382,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'))