From: Roland Häder Date: Tue, 22 Dec 2009 10:21:24 +0000 (+0000) Subject: For line better zero X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7138c5fc13ebecdbb7a8851a64828baacea2d85d;p=hub.git For line better zero --- diff --git a/application/hub/exceptions.php b/application/hub/exceptions.php index f098d0668..11116ed31 100644 --- a/application/hub/exceptions.php +++ b/application/hub/exceptions.php @@ -44,7 +44,7 @@ function hub_exception_handler ($exceptionInstance) { // Set missing file/line if (!isset($traceArray['file'])) $traceArray['file'] = 'unknown'; - if (!isset($traceArray['line'])) $traceArray['line'] = 'unknown'; + if (!isset($traceArray['line'])) $traceArray['line'] = '0'; $backTrace .= sprintf("---------- Pos %d: ---------- Method : %s%s%s(%s)