commit | a96a9c8e6c7a113c808ba047808180b33360d3dd | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Jan 09 11:01:15 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Jan 09 11:01:15 2012 +0200 |
tree | f875bb843de74587ac0129071856d41690ebcee4 | |
parent | cba20b164fdb1e60225b4f1fc04b7a31c4ffa106 [diff] |
Remove once again ...
diff --git a/system/core/Output.php b/system/core/Output.php index d27133d..abd8a0e 100755 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -396,7 +396,6 @@ // 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) {