summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rw-r--r--application/views/errors/cli/error_exception.php6
-rw-r--r--application/views/errors/cli/error_php.php6
2 files changed, 6 insertions, 6 deletions
diff --git a/application/views/errors/cli/error_exception.php b/application/views/errors/cli/error_exception.php
index f7097c762..efa6a66d1 100644
--- a/application/views/errors/cli/error_exception.php
+++ b/application/views/errors/cli/error_exception.php
@@ -2,9 +2,9 @@
An uncaught Exception was encountered
-Type: <?php echo get_class($exception), "\n"; ?>
-Message: <?php echo $message, "\n"; ?>
-Filename: <?php echo $exception->getFile(), "\n"; ?>
+Type: <?php echo get_class($exception), "\n"; ?>
+Message: <?php echo $message, "\n"; ?>
+Filename: <?php echo $exception->getFile(), "\n"; ?>
Line Number: <?php echo $exception->getLine(); ?>
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>
diff --git a/application/views/errors/cli/error_php.php b/application/views/errors/cli/error_php.php
index b3af731aa..8a24b6491 100644
--- a/application/views/errors/cli/error_php.php
+++ b/application/views/errors/cli/error_php.php
@@ -2,9 +2,9 @@
A PHP Error was encountered
-Severity: <?php echo $severity, "\n"; ?>
-Message: <?php echo $message, "\n"; ?>
-Filename: <?php echo $filepath, "\n"; ?>
+Severity: <?php echo $severity, "\n"; ?>
+Message: <?php echo $message, "\n"; ?>
+Filename: <?php echo $filepath, "\n"; ?>
Line Number: <?php echo $line; ?>
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>