diff --git a/system/error.php b/system/error.php index 7c885970f..ced4cbc2d 100755 --- a/system/error.php +++ b/system/error.php @@ -50,7 +50,7 @@ public static function exception($e) {

Uncaught Exception

-

' . htmlspecialchars($e->getMessage()) . '

+

' . $e->getMessage() . '

Origin

' . substr($e->getFile(), strlen(PATH)) . ' on line ' . $e->getLine() . '

Trace

@@ -112,4 +112,4 @@ public static function log($e) { } } -} \ No newline at end of file +}