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;
 		}
 	
 		// --------------------------------------------------------------------