X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0df5f77bc4c92e2f8f635105441779277435da67..c5fe2ac2067c7154370c3abd6ccca45b0d657547:/lib/template/error-json.php?ds=inline diff --git a/lib/template/error-json.php b/lib/template/error-json.php index 81caa71d..67297dd1 100644 --- a/lib/template/error-json.php +++ b/lib/template/error-json.php @@ -2,7 +2,7 @@ $error = array( 'code' => $exception->getCode(), 'message' => $exception->getMessage() - ); + ); if (CONST_Debug) { $error['details'] = $exception->getFile() . '('. $exception->getLine() . ')';