mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
fix logging of lookup calls
Log start was called but the actual writing was missing.
This commit is contained in:
@@ -81,5 +81,7 @@ $bShowPolygons = '';
|
|||||||
$aExcludePlaceIDs = array();
|
$aExcludePlaceIDs = array();
|
||||||
$sMoreURL = '';
|
$sMoreURL = '';
|
||||||
|
|
||||||
|
logEnd($oDB, $hLog, 1);
|
||||||
|
|
||||||
$sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat;
|
$sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat;
|
||||||
include(CONST_BasePath.'/lib/template/search-'.$sOutputTemplate.'.php');
|
include(CONST_BasePath.'/lib/template/search-'.$sOutputTemplate.'.php');
|
||||||
|
|||||||
Reference in New Issue
Block a user