diff options
author | admin <devnull@localhost> | 2006-10-27 08:25:31 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-27 08:25:31 +0200 |
commit | 3f643e678ef64ae29aa9720aef9b2a40496a5343 (patch) | |
tree | a3a143188208d544d47dbb5774213c69f0169118 /system/libraries/Output.php | |
parent | b84f7c03473f271ca53c80f9cb0f4b28755bb2cf (diff) |
Diffstat (limited to 'system/libraries/Output.php')
-rw-r--r-- | system/libraries/Output.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 0c2620df7..e53627408 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -201,7 +201,8 @@ class CI_Output { { 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; } // -------------------------------------------------------------------- |