summaryrefslogtreecommitdiffstats
path: root/system/core/Output.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/core/Output.php')
-rwxr-xr-xsystem/core/Output.php4
1 files changed, 1 insertions, 3 deletions
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':