fix logging of lookup calls

Log start was called but the actual writing was missing.
This commit is contained in:
Sarah Hoffmann
2020-04-13 11:53:44 +02:00
parent 553d8a828c
commit 9a9ff95989

View File

@@ -81,5 +81,7 @@ $bShowPolygons = '';
$aExcludePlaceIDs = array();
$sMoreURL = '';
logEnd($oDB, $hLog, 1);
$sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat;
include(CONST_BasePath.'/lib/template/search-'.$sOutputTemplate.'.php');