summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-09 10:01:15 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-09 10:01:15 +0100
commita96a9c8e6c7a113c808ba047808180b33360d3dd (patch)
treef875bb843de74587ac0129071856d41690ebcee4 /system/core/Output.php
parentcba20b164fdb1e60225b4f1fc04b7a31c4ffa106 (diff)
Remove once again ...
Diffstat (limited to 'system/core/Output.php')
-rwxr-xr-xsystem/core/Output.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/core/Output.php b/system/core/Output.php
index d27133d37..abd8a0ea9 100755
--- a/system/core/Output.php
+++ b/system/core/Output.php
@@ -396,7 +396,6 @@ class CI_Output {
// If the output data contains closing </body> and </html> tags
// we will remove them and add them back after we insert the profile data
- $count = 0;
$output = preg_replace('|</body>.*?</html>|is', '', $output, -1, $count).$CI->profiler->run();
if ($count > 0)
{