diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-01-09 10:01:15 +0100 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-01-09 10:01:15 +0100 |
commit | a96a9c8e6c7a113c808ba047808180b33360d3dd (patch) | |
tree | f875bb843de74587ac0129071856d41690ebcee4 | |
parent | cba20b164fdb1e60225b4f1fc04b7a31c4ffa106 (diff) |
Remove once again ...
-rwxr-xr-x | system/core/Output.php | 1 |
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) { |