commit | 3f643e678ef64ae29aa9720aef9b2a40496a5343 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Fri Oct 27 06:25:31 2006 +0000 |
committer | admin <devnull@localhost> | Fri Oct 27 06:25:31 2006 +0000 |
tree | a3a143188208d544d47dbb5774213c69f0169118 | |
parent | b84f7c03473f271ca53c80f9cb0f4b28755bb2cf [diff] [blame] |
diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 0c2620d..e536274 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php
@@ -201,7 +201,8 @@ { echo $output; log_message('debug', "Final output sent to browser"); - log_message('debug', "Total execution time: ".$elapsed); + log_message('debug', "Total execution time: ".$elapsed); + return TRUE; } // --------------------------------------------------------------------