mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix bad use of echo in PHP output
This commit is contained in:
@@ -8,4 +8,4 @@
|
||||
$error['details'] = $exception->getFile() . '('. $exception->getLine() . ')';
|
||||
}
|
||||
|
||||
echo javascript_renderData(array('error' => $error));
|
||||
javascript_renderData(array('error' => $error));
|
||||
|
||||
Reference in New Issue
Block a user