diff --git a/function.php b/function.php index f6da900e..38b990ca 100644 --- a/function.php +++ b/function.php @@ -1243,10 +1243,11 @@ if (!function_exists('error_trigger_format')) { { $message = ' Throwable: ' . $throwable->getMessage() . ' - ' . $throwable->getFile() . " at line " . $throwable->getLine() . "\r\n"; + ' . $throwable->getFile() . " at line " . $throwable->getLine(); $message .= ' - trance' . "\r\n"; + trance + '; foreach ($throwable->getTrace() as $value) { if (!isset($value['file'])) { continue;