From ab827e2ebaac41e7105cc83582b0610c1aeefa65 Mon Sep 17 00:00:00 2001 From: "Thor (atiredmachine)" Date: Tue, 24 Jan 2012 23:09:34 -0800 Subject: haha, no now it does. --- system/core/Output.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/core/Output.php') diff --git a/system/core/Output.php b/system/core/Output.php index 904e7afc7..51aff9cb6 100755 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -591,9 +591,7 @@ class CI_Output { { $type = 'text/html'; } - - die($type); - + switch ($type) { case 'text/html': -- cgit v1.2.3-24-g4f1b